From: simon Date: Sun, 26 Aug 2001 10:01:45 +0000 (+0000) Subject: D'oh, remove two rogue diagnostics X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/b2eba8ab2268db36378e1c53d5ec6f7a0064b9e5 D'oh, remove two rogue diagnostics git-svn-id: svn://svn.tartarus.org/sgt/putty@1202 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/winctrls.c b/winctrls.c index a098c988..9800c3e3 100644 --- a/winctrls.c +++ b/winctrls.c @@ -920,11 +920,9 @@ int pl_itemfrompt(HWND hwnd, POINT cursor, BOOL scroll) * the lower edge, or _below_ it if vice versa. */ ret = LBItemFromPt(hwnd, cursor, scroll); - debug(("pl_itemfrompt: initial is %d\n", ret)); if (ret == -1) return ret; ret = LBItemFromPt(hwnd, cursor, FALSE); - debug(("pl_itemfrompt: secondary is %d\n", ret)); updist = downdist = 0; for (i = 1; i < 4096 && (!updist || !downdist); i++) { uppoint = downpoint = cursor;