From f7c43e964c7483899090fdf54caee18b3d958326 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 19 Jun 2012 08:23:10 +0200 Subject: [PATCH] enable asserts only with debugging --- startYACY.sh | 2 -- 1 file changed, 2 deletions(-) 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;