Remove debug output
This commit is contained in:
@@ -35,7 +35,6 @@ if [[ "x${HOME}" == "x" ]]; then
|
||||
HOME=`eval echo ~${id}`
|
||||
export HOME
|
||||
fi
|
||||
echo "HOME is ${HOME}" 1>&2
|
||||
|
||||
tmpdir=`mktemp -d`
|
||||
tmpfile="$tmpdir/candidate"
|
||||
|
||||
Reference in New Issue
Block a user