Skip to content

Commit badff5b

Browse files
TCA-595 more logging
1 parent 8556ccf commit badff5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/src/templates/Challenges/redux/completion-epic.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ function postChallenge(update, username) {
6565
}
6666

6767
function submitModern(type, state) {
68+
console.debug('submitting modern');
69+
console.trace();
70+
6871
const challengeType = state.challenge.challengeMeta.challengeType;
6972
const tests = challengeTestsSelector(state);
7073
if (

0 commit comments

Comments
 (0)