diff --git a/core/utils.c b/core/utils.c index 62e19724..41c63eb8 100644 --- a/core/utils.c +++ b/core/utils.c @@ -2167,7 +2167,6 @@ char *uwsgi_get_binary_path(char *argvzero) { uint32_t len = uwsgi.page_size; if (_NSGetExecutablePath(buf, &len) == 0) { // return only absolute path - uwsgi_log("OK\n"); #ifndef OLD_REALPATH char *newbuf = realpath(buf, NULL); if (newbuf) {