From 4d366f483eccc817378be5cd95926ef49b4c5151 Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Wed, 8 Jan 2014 14:12:29 +0100 Subject: [PATCH] Remove debug code --- telldus-core/client/CallbackDispatcher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/telldus-core/client/CallbackDispatcher.cpp b/telldus-core/client/CallbackDispatcher.cpp index ae9e1722..99c9a6a7 100644 --- a/telldus-core/client/CallbackDispatcher.cpp +++ b/telldus-core/client/CallbackDispatcher.cpp @@ -33,7 +33,6 @@ TDEventDispatcher::TDEventDispatcher(int id, void *func, void *context) } TDEventDispatcher::~TDEventDispatcher() { - printf("Stopping dispatcher\n"); d->stopEvent->signal(); this->wait(); delete d;