Remove debug output.
This commit is contained in:
parent
6851776358
commit
5a5dcd6376
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ final class LoopTimeoutTimerDriver : EventDriverTimers {
|
|||
|
||||
final override void wait(TimerID timer, TimerCallback callback)
|
||||
{
|
||||
import eventcore.internal.utils; print("emit timer");
|
||||
assert(!m_timers[timer].callback, "Calling wait() no a timer that is already waiting.");
|
||||
m_timers[timer].callback = callback;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue