]> Untitled Git - fgen.git/commitdiff
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 05cbb1d60ad86f0ca10911a379a200931f19ccc8..07507d74a14d6ff3f3e1162ee394b38110892a28 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