removed pointless message

This commit is contained in:
Jarcode
2018-09-08 21:25:11 -07:00
parent d49be40fd3
commit d4b333e48c

1
xwin.c
View File

@@ -135,7 +135,6 @@ const char* xwin_detect_wm(struct gl_wcb* wcb) {
}
XFree(wm_check);
printf("wm_name: \"%s\"\n", wm_name);
return (const char*) wm_name;