From 36571178cb3c1ad5fca17d8e3efe4b5efb95583a Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Tue, 24 Sep 2024 10:41:11 +0100 Subject: [PATCH] remove a debug line --- themes/default/files/scripts/part-display.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/default/files/scripts/part-display.js b/themes/default/files/scripts/part-display.js index 5806216b8..1283a3bef 100644 --- a/themes/default/files/scripts/part-display.js +++ b/themes/default/files/scripts/part-display.js @@ -750,7 +750,6 @@ Numbas.queueScript('part-display',['display-util', 'display-base','util','jme'], */ revealAnswer: function() { - console.log('Reveal answer for',this.part.path); this.revealed(true); this.removeWarnings(); this.showScore();