Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeprag committed Jan 8, 2014
1 parent 25542e7 commit 4d366f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telldus-core/client/CallbackDispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4d366f4

Please sign in to comment.