]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove debug fprintf.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 17 Aug 2007 07:53:18 +0000 (07:53 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 17 Aug 2007 07:53:18 +0000 (07:53 +0000)
src/xterm.c

index 6c58cc39fd2e7058870d9a9d7fa406df2b5bb323..bb25fba5f8768764be6c6ff450b49e9df7e8136c 100644 (file)
@@ -6751,11 +6751,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
           f = last_mouse_frame;
         else
           f = x_window_to_frame (dpyinfo, event.xbutton.window);
-        if (event.type == ButtonPress)
-          {
-            static int xxx = 0;
-            fprintf (stderr, "%d, F: %p\n", xxx++, f);
-          }
+
         if (f)
           {
             /* Is this in the tool-bar?  */