Cleanup: remove printf left in by mistake

This commit is contained in:
Campbell Barton
2023-10-20 17:51:33 +11:00
parent 55b477a093
commit eaffcee074
@@ -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)));