oops, remove cerr

This commit is contained in:
David Rose 2008-06-28 18:47:13 +00:00
parent 5f33765f9b
commit f58b6879d1

View File

@ -1244,7 +1244,6 @@ handle_keypress(XKeyEvent &event) {
// Now get the raw unshifted button. // Now get the raw unshifted button.
ButtonHandle button = get_button(event); ButtonHandle button = get_button(event);
cerr << button << "\n";
if (button != ButtonHandle::none()) { if (button != ButtonHandle::none()) {
_input_devices[0].button_down(button); _input_devices[0].button_down(button);
} }