Skip to content

Commit a3adb63

Browse files
committed
Revert "log command execution (#2811)"
This reverts commit 279a095.
1 parent be25fd6 commit a3adb63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/check.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ while [[ $# -gt 0 ]]; do
131131
shift
132132
done
133133

134-
set -x
135-
136134
if [[ "${TEST_ONLY}" == true && "${COMMIT_METHOD}" != "none" ]]; then
137135
echo "--test-only cannot be combined with --amend, --fixup, or --commit"
138136
exit 1

0 commit comments

Comments
 (0)