diff --git a/startYACY.sh b/startYACY.sh index 481618c83..8e80a8f56 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -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;