lib/Tools/codegen
changeset 22346 6a4203148945
parent 21884 7df02627898e
child 24220 a479ac416ac2
--- a/lib/Tools/codegen	Thu Feb 22 10:25:14 2007 +0100
+++ b/lib/Tools/codegen	Fri Feb 23 08:39:19 2007 +0100
@@ -37,5 +37,4 @@
 SERI=$(echo $SERI | sed -e 's/\\/\\\\"/g; s/"/\\\"/g')
 CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodegenPackage.codegen_command (theory \"$THY\") \"$SERI\"))"
 
-set -x
 "$ISABELLE" -q -e "$CMD" "$IMAGE"