From fd9a84b8426723607a3f92d994899fef804ec15f Mon Sep 17 00:00:00 2001 From: skyjake Date: Mon, 24 Jun 2013 10:59:30 +0300 Subject: [PATCH] Debug: Cleanup --- doomsday/client/src/ui/b_command.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/doomsday/client/src/ui/b_command.cpp b/doomsday/client/src/ui/b_command.cpp index 62e287f2db..3cd6c9bbf5 100644 --- a/doomsday/client/src/ui/b_command.cpp +++ b/doomsday/client/src/ui/b_command.cpp @@ -382,7 +382,6 @@ de::Action *EventBinding_ActionForEvent(evbinding_t *eb, ddevent_t const *event, switch(event->type) { case E_TOGGLE: - qDebug() << "eb->id" << eb->id << "event.id" << event->toggle.id; if(eb->id != event->toggle.id) return 0;