summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nice.c b/src/nice.c
index 348e4f291..33694fd8b 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -140,7 +140,6 @@ main (int argc, char **argv)
exit (0);
}
- printf ("adjustment = %d\n", adjustment);
#ifndef NICE_PRIORITY
errno = 0;
current_priority = GET_PRIORITY ();