removed some minor debugging tests

This commit is contained in:
Jaromil 2014-11-15 02:41:10 +01:00
parent edbd950120
commit 8c8ab3fc5c

6
tomb
View File

@ -1733,8 +1733,6 @@ mount_tomb() {
# write down the UID and TTY that opened the tomb
rm -f ${tombmount}/.uid
print $_UID > ${tombmount}/.uid
rm -f ${tombmount}/.user
id -nu > ${tombmount}/.user
rm -f ${tombmount}/.tty
print $_TTY > ${tombmount}/.tty
# also the hostname
@ -1896,10 +1894,6 @@ awk "/mapper/"' { print $2 ";" $3 ";" $4 ";" $5 }'`
done
}
_verbose "tombtty: $tombtty"
_verbose "tombuid: $tombuid"
_verbose "tombuser: $tombuser"
{ option_is_set --get-mountpoint } && { print $tombmount; continue }
_message "::1 tombname:: open on ::2 tombmount:: using ::3 tombfsopts::" \