main: remove debug logging

This commit is contained in:
Daniel Eklöf 2022-02-05 17:22:01 +01:00
parent 3fea7829fa
commit 844563a791
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
main.c
View file

@ -649,8 +649,6 @@ main(int argc, char *const *argv)
if (aborted || tll_length(wayl->terms) == 0)
ret = EXIT_SUCCESS;
LOG_INFO("%zu", c32len(U"foobar"));
out:
free(_cwd);
server_destroy(server);