mirror of
https://github.com/smxi/inxi.git
synced 2025-02-23 13:32:18 +00:00
forgot to remove a debugger output
This commit is contained in:
parent
18dfe1ec25
commit
dbcf4656c3
1
inxi
1
inxi
|
@ -9828,7 +9828,6 @@ print_info_data()
|
|||
fi
|
||||
# info_data="$info_data"
|
||||
closing_data="$client_data${C1}$SCRIPT_NAME$SEP3${C2} $SCRIPT_VERSION_NUMBER$patch_version_number"
|
||||
calculate_line_length "$info_data$init_data$gcc_installed"
|
||||
# sometimes gcc is very long, and default runlevel can be long with systemd, so create a gcc-less line first
|
||||
if [[ $( calculate_line_length "$info_data$init_data$gcc_installed" ) -gt $COLS_INNER ]];then
|
||||
# info_data=$info_data
|
||||
|
|
Loading…
Reference in a new issue