This commit is contained in:
Ross
2021-08-04 19:33:06 +01:00
parent 932058512d
commit 17828e2174
-1
View File
@@ -295,7 +295,6 @@ async function loadExamList(data) {
.equals([String(q), saved_exam.exam_type])
.delete();
}
d = null;
} catch(e) {
console.log("Error loading qusetion data", q_object);
console.log(e);