changeset 1489:93acc6369f4e draft

Remove debug echo checked in by mistake.
author Rob Landley <rob@landley.net>
date Sat, 20 Sep 2014 13:22:24 -0500
parents 385459af97f1
children 44cf038d297d
files scripts/make.sh
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/make.sh	Sat Sep 20 13:22:13 2014 -0500
+++ b/scripts/make.sh	Sat Sep 20 13:22:24 2014 -0500
@@ -14,8 +14,6 @@
 [ -z "$CPUS" ] &&
   CPUS=$((($(echo /sys/devices/system/cpu/cpu[0-9]* | wc -w)*3)/2))
 
-echo CPUS=$CPUS
-
 # Respond to V= by echoing command lines as well as running them
 do_loudly()
 {