aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.cpp b/gui.cpp
index a31333d2e6..e8edd18687 100644
--- a/gui.cpp
+++ b/gui.cpp
@@ -197,7 +197,6 @@ void Gui::drawWidget(const GuiWidget * w)
}
if (*text) {
- printf("drawString(%s)\n", text);
drawString(text, x + _parentX, y + _parentY, w->_w,
(_clickWidget
&& _clickWidget == w->_id) ? _textcolorhi : _textcolor,