aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2025-04-10 04:59:14 +0300
committerkaotisk <kaotisk@arching-kaos.org>2025-04-10 04:59:14 +0300
commitef9d439652158407f711f7ec24ee60c5d55adf27 (patch)
treed23520b1b9d5dac34b2cb492d60b29877e4f8cc4 /lib
parent610e82629543ff0b44f46a221227c2998087ef30 (diff)
downloadarching-kaos-tools-ef9d439652158407f711f7ec24ee60c5d55adf27.tar.gz
arching-kaos-tools-ef9d439652158407f711f7ec24ee60c5d55adf27.tar.bz2
arching-kaos-tools-ef9d439652158407f711f7ec24ee60c5d55adf27.zip
Removed message of loading cause it would create loops if enabled
Diffstat (limited to 'lib')
-rwxr-xr-xlib/_ak_datetime2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/_ak_datetime b/lib/_ak_datetime
index 9da8cfd..a25696f 100755
--- a/lib/_ak_datetime
+++ b/lib/_ak_datetime
@@ -44,5 +44,3 @@ function _ak_datetime_unix_to_human(){
date --date=@$1 +%Y%m%d_%H%M%S 2>/dev/null || date -r $1 +%Y%m%d_%H%M%S 2>/dev/null
fi
}
-
-_ak_log_debug "_ak_datetime loaded $(caller)"