summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-05 16:04:15 +0000
committerJim Meyering <jim@meyering.net>1996-04-05 16:04:15 +0000
commit78732c54219570611f4e0557153cb9577c299c63 (patch)
tree03206533468dd6753de9efbbc77ee732540d021a
parent0e199278c1fac7a69951f55d67f4c7d098f60e9b (diff)
downloadcoreutils-78732c54219570611f4e0557153cb9577c299c63.tar.xz
Remove diagnostic.
-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 ();