From 15fde46ca5b42cbcadb51a1df824d32e643faec6 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 16 Feb 2015 17:56:28 -0800 Subject: [PATCH] removed debug --- bin/objc-petstore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/objc-petstore.sh b/bin/objc-petstore.sh index f66641eaf1f..0e4da6eb4b3 100755 --- a/bin/objc-petstore.sh +++ b/bin/objc-petstore.sh @@ -30,7 +30,7 @@ then fi # if you've executed sbt assembly previously it will use that instead. -export JAVA_OPTS="${JAVA_OPTS} -DdebugOperations -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" +export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" ags="$@ -i modules/swagger-codegen/src/test/resources/2_0/petstore.json -l objc -o samples/client/petstore/objc" java $JAVA_OPTS -jar $executable $ags