mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-10 07:38:06 -05:00
Oops - remove diagnostics :-)
[originally from svn r583]
This commit is contained in:
parent
147fca411c
commit
22f91a3604
3
window.c
3
window.c
@ -859,9 +859,6 @@ static LRESULT CALLBACK WndProc (HWND hwnd, UINT message,
|
||||
static int ignore_keymenu = TRUE;
|
||||
static int just_reconfigged = FALSE;
|
||||
|
||||
if (message != 275)
|
||||
debug(("msg=%d wParam=%08x lParam=%08x\r\n", message, wParam, lParam));
|
||||
|
||||
switch (message) {
|
||||
case WM_TIMER:
|
||||
if (pending_netevent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user