diff options
Diffstat (limited to 'src/BaseDisplay.cc')
| -rw-r--r-- | src/BaseDisplay.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/BaseDisplay.cc b/src/BaseDisplay.cc index 15c0c7e6..81d3c5c7 100644 --- a/src/BaseDisplay.cc +++ b/src/BaseDisplay.cc @@ -519,7 +519,6 @@ void BaseDisplay::ungrab(void) { void BaseDisplay::addTimer(BTimer *timer) { ASSERT(timer != (BTimer *) 0); - printf("ADDING TIMER\n"); TimerList::iterator it; for (it = timerList.begin(); it != timerList.end(); ++it) { @@ -535,7 +534,6 @@ void BaseDisplay::addTimer(BTimer *timer) { void BaseDisplay::removeTimer(BTimer *timer) { - printf("REMOVING TIMER\n"); timerList.remove(timer); } |
