Commit 6ef43b4fb0dac9810494665acbbb91e2db1ff2e2

Authored by Charles Otto
1 parent 900bdb55

Remove debug code

Showing 1 changed file with 0 additions and 1 deletions
openbr/plugins/gui.cpp
... ... @@ -243,7 +243,6 @@ public:
243 243  
244 244 last_time = current_time;
245 245  
246   - qDebug("time is %d wait is %d", current_time, wait_time);
247 246 if (wait_time < 0) {
248 247 return;
249 248 }
... ...