Sfoglia il codice sorgente

refactor: remove alert created for debug

lairaalmas 1 anno fa
parent
commit
97ebef314f
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      js/moodle/integrationFunctions.js

+ 0 - 4
js/moodle/integrationFunctions.js

@@ -112,10 +112,6 @@ function getEvaluation() {
     for (i = 0; i < moodleVar.hits.length && moodleVar.hits[i] == 1; i++);
     const grade = i / 4;
     return grade;
-  } else {
-    alert(
-      "(getEvaluation) I'm a professor getting an evaluation (getEvaluation())"
-    );
   }
 }