From 6ef43b4fb0dac9810494665acbbb91e2db1ff2e2 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Tue, 9 Jul 2013 20:45:19 -0400 Subject: [PATCH] Remove debug code --- openbr/plugins/gui.cpp | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/gui.cpp b/openbr/plugins/gui.cpp index 2dec7fa..ac26d00 100644 --- a/openbr/plugins/gui.cpp +++ b/openbr/plugins/gui.cpp @@ -243,7 +243,6 @@ public: last_time = current_time; - qDebug("time is %d wait is %d", current_time, wait_time); if (wait_time < 0) { return; } -- libgit2 0.21.4