Skip to content

Commit

Permalink
chore(client): remove execute-challenge-saga log (#54412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton committed Apr 16, 2024
1 parent e697b86 commit b12479b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -229,7 +229,7 @@ function* executeTests(testRunner, tests, testTimeout = 5000) {
newTest.err = message + '\n' + stack;
newTest.stack = stack;
}
console.log('newTest', newTest);

yield put(updateConsole(newTest.message));
} finally {
testResults.push(newTest);
Expand Down

0 comments on commit b12479b

Please sign in to comment.