Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6ef43b4fb0dac9810494665acbbb91e2db1ff2e2
Authored by
Charles Otto
2013-07-09 20:45:19 -0400
1 parent
900bdb55
Remove debug code
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/gui.cpp
openbr/plugins/gui.cpp
View file @
6ef43b4
...
...
@@ -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
}
...
...