Browse Source

remove debug statements

David Rose 16 years ago
parent
commit
f0597899d9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/windisplay/winGraphicsWindow.cxx

+ 0 - 2
panda/src/windisplay/winGraphicsWindow.cxx

@@ -1304,7 +1304,6 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
     return 0;
     return 0;
 
 
   case WM_RBUTTONDOWN:
   case WM_RBUTTONDOWN:
-    cerr << "RBUTTONDOWN\n";
     if (_lost_keypresses) {
     if (_lost_keypresses) {
       resend_lost_keypresses();
       resend_lost_keypresses();
     }
     }
@@ -1348,7 +1347,6 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
     return 0;
     return 0;
 
 
   case WM_RBUTTONUP:
   case WM_RBUTTONUP:
-    cerr << "RBUTTONUP\n";
     if (_lost_keypresses) {
     if (_lost_keypresses) {
       resend_lost_keypresses();
       resend_lost_keypresses();
     }
     }