Explorar el Código

remove debug code

Waldemar Brodkorb hace 10 años
padre
commit
64a895f898
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      scripts/rstrip.sh

+ 0 - 1
scripts/rstrip.sh

@@ -64,7 +64,6 @@ find $TARGETS -type f -a -exec file {} \; | \
 	echo "-> $T $F"
 	eval "chmod u+w $F"
 	if [[ $debug -ne 0 ]];then
-		echo "mkdir for $D" >> /tmp/debug
 		eval "mkdir -p $D/usr/lib/debug/$Q"
 		eval "$O --only-keep-debug $F $D/usr/lib/debug/$P.debug"
 	fi