remove debug statements

This commit is contained in:
David Rose 2010-01-08 00:15:58 +00:00
parent 44c8c87d25
commit f0597899d9

View File

@ -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();
} }