Skip to content

Commit 15fde46

Browse files
committed
removed debug
1 parent f345539 commit 15fde46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/objc-petstore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ then
3030
fi
3131

3232
# if you've executed sbt assembly previously it will use that instead.
33-
export JAVA_OPTS="${JAVA_OPTS} -DdebugOperations -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
33+
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
3434
ags="$@ -i modules/swagger-codegen/src/test/resources/2_0/petstore.json -l objc -o samples/client/petstore/objc"
3535

3636
java $JAVA_OPTS -jar $executable $ags

0 commit comments

Comments
 (0)