mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(client): remove execute-challenge-saga log (#54412)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user