Browse Source

Remove debugging


git-svn-id: http://svn.dmdirc.com/trunk@4232 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
215b5f3b85
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      installer/linux/getjre.sh

+ 0
- 1
installer/linux/getjre.sh View File

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

Loading…
Cancel
Save