Browse Source

oops, remove cerr

David Rose 17 years ago
parent
commit
f58b6879d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/glxdisplay/glxGraphicsWindow.cxx

+ 0 - 1
panda/src/glxdisplay/glxGraphicsWindow.cxx

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