We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3134d8 commit 4017d74Copy full SHA for 4017d74
src/commons/assessmentWorkspace/AssessmentWorkspace.tsx
@@ -580,8 +580,6 @@ const AssessmentWorkspace: React.FC<AssessmentWorkspaceProps> = props => {
580
};
581
582
583
- console.log(assessment);
584
-
585
/**
586
* controlBarProps() will only be called when assessment is not undefined
587
* (see 'Rendering Logic' below), thus it is okay to use assessment!
0 commit comments