diff --git a/src/tint.c b/src/tint.c index 64b4467..73085d6 100644 --- a/src/tint.c +++ b/src/tint.c @@ -1287,7 +1287,6 @@ start: break; case ReparentNotify: - fprintf(stderr, "ReparentNotify\n"); if (!systray_enabled) break; panel = (Panel*)systray.area.panel;