diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window/window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window/window.c b/src/window/window.c index 9c82b3e..6882bcd 100644 --- a/src/window/window.c +++ b/src/window/window.c @@ -623,7 +623,6 @@ static int mgl_window_init(mgl_window *self, const char *title, const mgl_window char host_name[HOST_NAME_MAX]; if(gethostname(host_name, sizeof(host_name)) == 0) { - fprintf(stderr, "host name: %s\n", host_name); XTextProperty txt_prop; txt_prop.value = host_name; txt_prop.encoding = XA_STRING; |