disabel debug log

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2017-01-18 21:14:17 +01:00
parent a495a20d95
commit 058e4d757b
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
# #
log() { log() {
echo "$@" | logger -t "__install_config copy" #echo "$@" | logger -t "__install_config copy"
: :
} }

View File

@ -25,7 +25,7 @@
# #
log() { log() {
echo "$@" | logger -t "__install_config exec" #echo "$@" | logger -t "__install_config exec"
: :
} }