diff --git a/tools/clean-target.sh b/tools/clean-target.sh
index af53a067f82523294c50aa92f82b083c3fce9860..7c7f835dfd03925ca95fe3dab2d70ad71b940136 100755
--- a/tools/clean-target.sh
+++ b/tools/clean-target.sh
@@ -46,7 +46,6 @@ find $TARGET -name "*.bytef" -o -name "*.lbytef" -o -name "*.assem" -o \
 	-name "*.x86f" -o \
 	-name "*.core" | xargs rm 2> /dev/null
 
-set -x
 for d in $TARGET
 do
     rm -f $d/compile-*.log $d/hemlock/spell-dictionary.bin 2> /dev/null