removed debugger output

This commit is contained in:
inxi-svn 2008-10-29 00:00:25 +00:00
parent 489bf2b83c
commit b99cfc9df2

4
inxi
View file

@ -41,7 +41,6 @@ DISTRO_GLOB=''
IRC_CLIENT='' IRC_CLIENT=''
IRC_CLIENT_VERSION='' IRC_CLIENT_VERSION=''
readlink /proc/$PPID/exe
# Variable initializations: constants # Variable initializations: constants
ALLUP=0 # inxi hasn't been 'booted' yet. ALLUP=0 # inxi hasn't been 'booted' yet.
DBI=0 # Debug Buffer Index, index into a debug buffer storing debug messages until infobash is 'all up' DBI=0 # Debug Buffer Index, index into a debug buffer storing debug messages until infobash is 'all up'
@ -132,6 +131,9 @@ then
source $HOME/.$SCRIPT_NAME source $HOME/.$SCRIPT_NAME
fi fi
# WARNING: In the main part below (search for 'KONVI') # WARNING: In the main part below (search for 'KONVI')
# there's a check for Konversation-specific config files. # there's a check for Konversation-specific config files.
# Any one of these can override the above if infobash is run # Any one of these can override the above if infobash is run