Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cacieprins committed Dec 13, 2024
1 parent ddce890 commit a6b486f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/driver/src/cypress/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ const hookFailed = (hook, err, getTest, getTestFromHookOrFindTest) => {
}

const setHookFailureProps = (test, hook, err) => {
console.log('setHookFailureProps', err)
err = $errUtils.wrapErr(err)
const hookName = getHookName(hook)

Expand Down

0 comments on commit a6b486f

Please sign in to comment.