remove unnecessary log
This commit is contained in:
parent
f9841c6ad6
commit
68cb6515ab
@ -27,7 +27,6 @@ void EventWidget::event(QEvent* event){
|
||||
try {
|
||||
QEvent::Type evtType = event->type();
|
||||
std::string eventTypeString = subscribedEvents.at(evtType);
|
||||
spdlog::info("event: {}", eventTypeString);
|
||||
Napi::Env env = this->emitOnNode.Env();
|
||||
Napi::HandleScope scope(env);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user