From c805ecd0f0fe5d5fe7dfe367aee4781cf5677501 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 23 Jun 2011 00:34:40 +0000 Subject: [PATCH] bug fix, forgot to remove a timer. This won't be seen by users though unless they are running the debugger. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 6081143..40f3bdd 100755 --- a/inxi +++ b/inxi @@ -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 )