Skip to content

Commit 4fd97ff

Browse files
Remove console.log
1 parent 1488ee0 commit 4fd97ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/statistics/jsx/widgets/studyprogression.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ const StudyProgression = (props) => {
101101
setChartDetails(data);
102102
});
103103
json = props.data;
104-
console.log('thejson', json);
105104
setLoading(false);
106105
}
107106
}, [props.data, t]);

0 commit comments

Comments
 (0)