dropped diagnostic switch
authorhaftmann
Fri, 23 Feb 2007 08:39:19 +0100
changeset 22346 6a4203148945
parent 22345 85f76b341893
child 22347 ddbf185a3be0
dropped diagnostic switch
lib/Tools/codegen
--- 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"