Removed debugging from __jail_freebsd10/gencode-local

This commit is contained in:
Jake Guffey 2016-06-05 21:57:56 -04:00
parent 2f68e21a96
commit bcd4e5f29b
1 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@
#
# Debug
exec >&2
set -x
#exec >&2
#set -x
jaildir="$(cat "$__object/parameter/jaildir")"
@ -48,5 +48,5 @@ if [ "$state" = "present" ]; then
fi # state=present
# Debug
set +x
#set +x