Skip to content

Commit

Permalink
Debug: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 24, 2013
1 parent 5840935 commit fd9a84b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/client/src/ui/b_command.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit fd9a84b

Please sign in to comment.