Removed a console.log

This commit is contained in:
mrfry 2020-10-05 10:13:52 +02:00
parent 13dea517d4
commit ada189a7d8

View file

@ -823,7 +823,6 @@ function GetApp() {
})
function getSimplreRes() {
console.log(data)
return {
subjects: data.length,
questions: data.reduce((acc, subj) => {