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 3f50f41 commit dadbf56Copy full SHA for dadbf56
src/commons/assessmentWorkspace/AssessmentWorkspace.tsx
@@ -96,7 +96,6 @@ const AssessmentWorkspace: React.FC<AssessmentWorkspaceProps> = props => {
96
const [sessionId, setSessionId] = useState('');
97
const [isSubmitted, setIsSubmitted] = useState(false);
98
const { isMobileBreakpoint } = useResponsive();
99
- console.log(props);
100
101
const assessment = useTypedSelector(state => state.session.assessments[props.assessmentId]);
102
const assessmentOverviews = useTypedSelector(state => state.session.assessmentOverviews);
0 commit comments