Explorar el Código

Remove debugging


git-svn-id: http://svn.dmdirc.com/trunk@4232 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack hace 16 años
padre
commit
215b5f3b85
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      installer/linux/getjre.sh

+ 0
- 1
installer/linux/getjre.sh Ver fichero

@@ -134,7 +134,6 @@ elif [ ${actualLength} -ge 1024 ]; then
134 134
 	niceLength=`echo "scale=2; ${actualLength}/1024" | bc`"KB"
135 135
 else
136 136
 	niceLength=`echo "scale=2; ${actualLength}/1024" | bc`"B"
137
-	echo ${niceLength}
138 137
 fi;
139 138
 
140 139
 if [ "${actualLength}" = "6" ]; then

Loading…
Cancelar
Guardar