forgot to remove a debugger, grr

This commit is contained in:
inxi-svn 2014-04-09 01:00:11 +00:00
parent 904290c8a0
commit fdd359621b

2
inxi
View file

@ -9184,7 +9184,7 @@ print_short_data()
local cpu_model="${a_cpu_working[0]}"
## assemble data for output
local cpu_clock="${a_cpu_working[1]}" # old CPU3
echo $cpu_clock
# echo $cpu_clock
if [[ -z ${a_cpu_working[1]} || ${a_cpu_working[1]} < 50 ]];then
a_cpu_working[1]=$(get_cpu_speed_hack)
fi