From 00c790172f939586328735cc583dfdcfbe1d1d9d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 8 Dec 2023 18:20:53 +0100 Subject: remove debug print --- src/window/window.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3