removed commented logging code

This commit is contained in:
Dave Hrycyszyn
2020-01-08 14:58:18 +00:00
parent c1cd6557eb
commit 5ad6db9232
-10
View File
@@ -18,16 +18,6 @@ echo "Press CTRL-C to stop."
cargo build
# logDir="$PWD/logs"
#
# if [ -d $logDir ]
# then
# echo "Logging directory already exists"
# else
# mkdir $logDir
# echo "Created logging directory"
# fi
MAX_LAYERS=3
NUMMIXES=${1:-3} # Set $NUMMIXES to default of 3, but allow the user to set other values if desired