summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.cc b/src/ui.cc
index aa4c794f..bc1cdbbf 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -307,8 +307,8 @@ static void bugmeter_cb(Widget *w, void *data)
static void imageload_cb(Widget *w, void *data)
{
int k = event_key();
- if (k && k <= 7)
- MSG("[ImageLoad], mouse button %d was pressed\n", k);
+ //if (k && k <= 7)
+ // MSG("[ImageLoad], mouse button %d was pressed\n", k);
if (k == 1) {
((UI*)data)->imageload_toggle();
}