From af4a0d7ad67152a54ac588aa7c0557f8eefd06df Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 16 May 2022 09:22:50 +0800 Subject: [PATCH] ; Remove extraneous debugging code * src/xterm.c (handle_one_xevent): Remove extra debugging code. --- src/xterm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 45b756b0afd..775b1144341 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -17762,8 +17762,6 @@ handle_one_xevent (struct x_display_info *dpyinfo, if (!other_valuators_found) goto XI_OTHER; - else - puts ("ovf"); } #ifdef HAVE_XWIDGETS } -- 2.39.2