From eaffcee0749d9ddc8f76726b6ed028494ec87389 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Oct 2023 17:51:33 +1100 Subject: [PATCH] Cleanup: remove printf left in by mistake --- intern/ghost/intern/GHOST_SystemWayland.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_SystemWayland.cc b/intern/ghost/intern/GHOST_SystemWayland.cc index 52b7696ff2d..977f3d368a8 100644 --- a/intern/ghost/intern/GHOST_SystemWayland.cc +++ b/intern/ghost/intern/GHOST_SystemWayland.cc @@ -7677,7 +7677,6 @@ void GHOST_SystemWayland::ime_begin( (seat->ime.rect.h == h)) /* H. */ { /* Only re-update the rectangle as needed. */ - printf("DONT REPOSITION\n"); } else { const int rect_x = wl_fixed_to_int(win->wl_fixed_from_window(wl_fixed_from_int(x)));