diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/_ak_script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_ak_script b/lib/_ak_script index 4dbf34a..e9d7c0e 100755 --- a/lib/_ak_script +++ b/lib/_ak_script @@ -64,6 +64,6 @@ _ak_usage(){ } _ak_not_implemented(){ - _ak_title_description - printf 'Not implemented: %s\n' "$*" + #_ak_title_description + _ak_log_error "Not implemented: $*" } |