Fix verbose logging in module test

This commit is contained in:
vdutta 2022-03-14 16:39:57 +05:30
parent 8892e6784e
commit 3efc5ce5e6

View file

@ -17,7 +17,6 @@ case "$1" in
json_get_var path path
json_init
json_add_string "Description" "$path"
json_dump >/dev/console
json_dump
;;
esac