Skip to content

Commit

Permalink
removed a debug line which showed up in Rottmeier DropDown quizzes
Browse files Browse the repository at this point in the history
  • Loading branch information
gbateson committed Oct 12, 2006
1 parent 5da7b0b commit 29c7c23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/hotpot/hotpot-full.js
Expand Up @@ -1579,7 +1579,6 @@ function hpClickCheck(hp, t, v, args) {
}
var is_wrong = (ii==ii_max);
}
if (!window.gdb)window.gdb=!confirm('is_wrong=['+is_wrong+'], g=['+g+']');
if (is_wrong) { // guess is wrong
if (!HP[_wrong][i]) HP[_wrong][i] = new Array();
var ii_max = HP[_wrong][i].length;
Expand Down

0 comments on commit 29c7c23

Please sign in to comment.