From 19fb87dbe310094f902a7c93702ffc63efeff3ef Mon Sep 17 00:00:00 2001 From: Lucy Llewellyn Date: Tue, 18 Apr 2023 22:06:39 +0100 Subject: [PATCH] Remove workaround for verbose output Signed-off-by: Lucy Llewellyn --- entrypoint.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1c07b94..ec4ef74 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,15 +29,6 @@ if [ -z "$USE_SNAPCRAFT_CHANNEL" ]; then ;; *) USE_SNAPCRAFT_CHANNEL="latest/stable" - # Temporary workaround until snapcraft releases - # with commit 010fd70 included. - if [ "$CMD" = "snap run snapcraft" ]; then - if [ -z "$args" ]; then - args="--verbosity=verbose" - elif [ -n "${args##*"--verbosity"*}" ]; then - args="--verbosity=verbose $args" - fi - fi ;; esac else