enable asserts only with debugging

pull/1/head
Michael Peter Christen 13 years ago
parent 82a682b31d
commit f7c43e964c

@ -73,8 +73,6 @@ for option in $options;do
;;
-l|--logging)
LOGGING=1
# enable asserts
JAVA_ARGS="$JAVA_ARGS -ea"
if [ $DEBUG -eq 1 ];then
echo "can not combine -l and -d"
exit 1;

Loading…
Cancel
Save