bug fix, forgot to remove a timer.

This won't be seen by users though unless they are running the debugger.
This commit is contained in:
inxi-svn 2011-06-23 00:34:40 +00:00
parent 09b21295cc
commit c805ecd0f0

2
inxi
View file

@ -7344,7 +7344,7 @@ print_sensors_data()
if [[ -n ${a_sensors_working[2]} ]];then
psu_temp="${C1}psu:${C2} ${a_sensors_working[2]} "
fi
gpu_temp=$( time get_gpu_temp_data )
gpu_temp=$( get_gpu_temp_data )
# dump the unneeded screen data for single gpu systems
if [[ $( wc -w <<< $gpu_temp ) -eq 1 && $B_EXTRA_DATA != 'true' ]];then
gpu_temp=$( cut -d ':' -f 2 <<< $gpu_temp )