diff --git a/stdlib-candidate/std-rfc/logging.nu b/stdlib-candidate/std-rfc/logging.nu deleted file mode 100644 index ee3f8cc..0000000 --- a/stdlib-candidate/std-rfc/logging.nu +++ /dev/null @@ -1,6 +0,0 @@ -# This is a first attempt and some type of logging -def log [message:any] { - let now = (date now | format date '%Y%m%d_%H%M%S.%f') - let mess = $"($now)|DBG|($message)(char nl)" - $mess -}