D'oh, remove two rogue diagnostics
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 26 Aug 2001 10:01:45 +0000 (10:01 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 26 Aug 2001 10:01:45 +0000 (10:01 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1202 cda61777-01e9-0310-a592-d414129be87e

winctrls.c

index a098c98..9800c3e 100644 (file)
@@ -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;