diff --git a/Allwmake b/Allwmake
index 6d98be3b84d9937af5200665148b77a5ba044773..c01c6c0d1a3c292cb0bd8c00ac66a35fc520180f 100755
--- a/Allwmake
+++ b/Allwmake
@@ -1,6 +1,5 @@
 #!/bin/sh
 cd ${0%/*} || exit 1    # run from this directory
-set -x
 
 # wmake is required for subsequent targets
 ( cd wmake/src && make )