all repos — tint2 @ 47a70130290016e84d506ae59a0278c512e506f8

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Remove noisy debug messages
o9000 o9000
commit

47a70130290016e84d506ae59a0278c512e506f8

parent

a4de005a54683f27343b6198bace52cbd17389ce

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M src/tint.csrc/tint.c

@@ -1174,11 +1174,7 @@ else

timeout = 0; // Wait for X Event or a Timer - if (systray_profile) - fprintf(stderr, "[%f] %s:%d waiting for events, timeout = %f...\n", profiling_get_time(), __FUNCTION__, __LINE__, timeout ? (timeout->tv_sec + timeout->tv_usec * 1.0e-6) : 0); if (XPending(server.dsp) > 0 || select(maxfd+1, &fdset, 0, 0, timeout) >= 0) { - if (systray_profile) - fprintf(stderr, "[%f] %s:%d processing events\n", profiling_get_time(), __FUNCTION__, __LINE__); if (sn_pipe_valid) { char buffer[1]; while (read(sn_pipe[0], buffer, sizeof(buffer)) > 0) {