diff options
| author | Abhinav <abhinav.prsai@gmail.com> | 2025-06-02 11:54:27 +0100 |
|---|---|---|
| committer | Abhinav <abhinav.prsai@gmail.com> | 2025-06-02 11:54:27 +0100 |
| commit | 45949e1c1ca382f6b4cefc95358299b3817b43ce (patch) | |
| tree | 039e1fcaf809240ee37a9a3694ee56eb88912cd4 /src | |
| parent | 6be5d6036260c7efdce487b4dda1601a941c3061 (diff) | |
remove debug logs
Diffstat (limited to 'src')
| -rw-r--r-- | src/sxwm.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1373,13 +1373,8 @@ Bool window_should_float(Window w) break; } - printf("[DEBUG] Checking window class '%s' and instance '%s' against should_float[%d][0] = '%s'\n", - ch.res_class ? ch.res_class : "NULL", ch.res_name ? ch.res_name : "NULL", i, - user_config.should_float[i][0]); - if ((ch.res_class && !strcmp(ch.res_class, user_config.should_float[i][0])) || (ch.res_name && !strcmp(ch.res_name, user_config.should_float[i][0]))) { - printf("[DEBUG] Window should float based on class/instance match\n"); XFree(ch.res_class); XFree(ch.res_name); return True; |
