diff --git a/main.c b/main.c index 6a3d3ff..1e90833 100644 --- a/main.c +++ b/main.c @@ -56,7 +56,6 @@ void execCommand(char* command) { } void getExecStats(pid_t pid, RunResult* result) { - puts("getExecStats"); struct rusage usage; time_t start = time(NULL); @@ -76,7 +75,6 @@ void getExecStats(pid_t pid, RunResult* result) { } void setExecFlags(RunResult* result, time_t runtimeSeconds, size_t memoryLimit) { - printf("%d\n", result->exitCode); if (result->exitCode == 69) { result->flags |= Nice; strcpy(result->feedback, "Nice!");