Remove debug code

This commit is contained in:
Micke Prag 2014-01-08 14:12:29 +01:00
parent 25542e7f90
commit 4d366f483e

View file

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