Skip to content

Commit f57b520

Browse files
committed
wmspec.c (updateIconImage): remove debug ouput.
1 parent a752c48 commit f57b520

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Applications/Workspace/WM/wmspec.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -505,12 +505,6 @@ static void updateIconImage(WWindow *wwin)
505505

506506
/* Save the icon in the X11 icon */
507507
wwin->net_icon_image = get_window_image_from_x11(wwin->client_win);
508-
if (wwin->net_icon_image) {
509-
fprintf(stderr, "%s: window %s icon size: %i x %i\n", __func__, wwin->wm_class,
510-
wwin->net_icon_image->width, wwin->net_icon_image->height);
511-
} else {
512-
fprintf(stderr, "%s: window %s has no icon.\n", __func__, wwin->wm_class);
513-
}
514508

515509
/* Refresh the Window Icon */
516510
if (wwin->icon)

0 commit comments

Comments
 (0)