From 57b878d5e4b312f2e8c1e46f3e40c49cb7db58d2 Mon Sep 17 00:00:00 2001 From: o9000 Date: Thu, 16 Jul 2015 22:33:13 +0200 Subject: [PATCH] Remove debug line --- src/tint.c | 1 - 1 file changed, 1 deletion(-) 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;