remove unnecessary log

This commit is contained in:
Atul R 2019-07-11 20:26:51 +02:00
parent f9841c6ad6
commit 68cb6515ab

View File

@ -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);