From 7c9446572b12d6ce5ea69df107c4ac2ce08035bf Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Sat, 26 Oct 2024 19:09:52 +0200 Subject: [PATCH] Remove debugging --- bin/preflight.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/preflight.sh b/bin/preflight.sh index 73befbf6..faf709af 100755 --- a/bin/preflight.sh +++ b/bin/preflight.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash script_dir="$(cd "$(dirname "$0")" && pwd)" -echo "script_dir: $script_dir" # Workaround for incorrect path in pnpm shim # https://github.com/pnpm/pnpm/issues/8704#issuecomment-2439618363