Removed args debugging line

This commit is contained in:
Ben Gras 2007-02-16 15:58:05 +00:00
parent 654f6faf05
commit f150b11a7b
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# 'Recovery' script that doesn't. This script is to be used for drivers that
# should not be restarted. Instead, the scripts configures the driver 'down'.
echo "Arguments: $@" >/dev/console
#echo "Arguments: $@" >/dev/console
service down "$1"