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();