removed a debug line which showed up in Rottmeier DropDown quizzes

This commit is contained in:
gbateson 2006-10-12 21:48:20 +00:00
parent 5da7b0b2b4
commit 29c7c23082

View File

@ -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;