Skip to content

Commit

Permalink
remove a debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Sep 24, 2024
1 parent adb8bd4 commit 3657117
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/default/files/scripts/part-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3657117

Please sign in to comment.