Removed previously inserted debug

This commit is contained in:
Nico Schottelius 2006-01-22 12:22:49 +01:00
parent dd453a964a
commit 3e32b84731
1 changed files with 0 additions and 6 deletions

View File

@ -4,7 +4,6 @@
# Date: Mon Nov 14 11:45:11 CET 2005 # Date: Mon Nov 14 11:45:11 CET 2005
# Last Modified: (See ls -l or git) # Last Modified: (See ls -l or git)
echo hier8
# #
# where to find our configuration and temporary file # where to find our configuration and temporary file
# #
@ -35,7 +34,6 @@ add_name()
{ {
sed "s/^/\[$name\] /" sed "s/^/\[$name\] /"
} }
echo hier5
# #
# Tell how to use us # Tell how to use us
@ -59,7 +57,6 @@ usage()
exit 0 exit 0
} }
echo hier4
# #
# need at least intervall and one source or --all # need at least intervall and one source or --all
# #
@ -74,7 +71,6 @@ if [ ! -d "$CCOLLECT_CONF" ]; then
echo "Configuration \"$CCOLLECT_CONF\" not found." echo "Configuration \"$CCOLLECT_CONF\" not found."
exit 1 exit 1
fi fi
echo hier3
# #
# Filter arguments # Filter arguments
@ -124,7 +120,6 @@ done
if [ "$VERBOSE" = 1 ]; then if [ "$VERBOSE" = 1 ]; then
set -x set -x
fi fi
echo hier4
# #
# Look, if we should take ALL sources # Look, if we should take ALL sources
@ -146,7 +141,6 @@ if [ "$ALL" = 1 ]; then
done < "$TMP" done < "$TMP"
fi fi
echo hier6
# #
# Need at least ONE source to backup # Need at least ONE source to backup
# #