aboutsummaryrefslogtreecommitdiff
path: root/lib/logging.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/logging.bash')
-rw-r--r--lib/logging.bash9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/logging.bash b/lib/logging.bash
index ad0bedd..a1ef767 100644
--- a/lib/logging.bash
+++ b/lib/logging.bash
@@ -49,12 +49,3 @@ alert() {
emerg() {
log -c "\e[1;4;31m" -- "$*"
}
-
-export -f log
-export -f debug
-export -f info
-export -f notice
-export -f warn
-export -f crit
-export -f alert
-export -f emerg