Remove commented and unused code
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 6 Oct 2023 02:55:22 +0000 (22:55 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 7 Oct 2023 15:45:53 +0000 (11:45 -0400)
fgen.sh

diff --git a/fgen.sh b/fgen.sh
index 05cbb1d..07507d7 100755 (executable)
--- a/fgen.sh
+++ b/fgen.sh
@@ -145,7 +145,6 @@ layers=${dest}/layers.txt
 
 if [ ! -d ${dest} ]; then
     mkdir ${dest}
-    #    rm -rf ${dest}
 fi
 
 for tool in convert composite identify; do