diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-08 18:20:53 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-08 18:20:53 +0100 |
commit | 00c790172f939586328735cc583dfdcfbe1d1d9d (patch) | |
tree | 54a8baef22133fd1bc3b61157ab5084cde03fecc /src/window | |
parent | 248fd276262358d0f2fa1a7daa6a4e19b7a40396 (diff) |
remove debug print
Diffstat (limited to 'src/window')
-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; |