diff --git a/src/cc/XMRigd.cpp b/src/cc/XMRigd.cpp index c7f38b09..d70db7c9 100644 --- a/src/cc/XMRigd.cpp +++ b/src/cc/XMRigd.cpp @@ -74,8 +74,6 @@ int main(int argc, char **argv) { } #else - printf("Exit: %d converted WEXITSTATUS: %d\n", status, WEXITSTATUS(status)); - } while (WEXITSTATUS(status) != EINVAL && WEXITSTATUS(status) != SIGHUP && WEXITSTATUS(status) != SIGINT); #endif }