From d1d69fbc56c851be0bd300d94f5797e552039bda Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 18 Jul 2025 16:54:01 +0100 Subject: [PATCH] Probably better not to keep this given how spammy it is --- packages/element-web-playwright-common/playwright-screenshots.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/element-web-playwright-common/playwright-screenshots.sh b/packages/element-web-playwright-common/playwright-screenshots.sh index b75bdc5325..a676491b28 100755 --- a/packages/element-web-playwright-common/playwright-screenshots.sh +++ b/packages/element-web-playwright-common/playwright-screenshots.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -x # Handle symlinks here as we tend to be executed as an npm binary SCRIPT_PATH=$(readlink -f "$0")