--- modules/gci/londocsgci.pm 2010/01/09 01:07:56 1.10 +++ modules/gci/londocsgci.pm 2010/01/15 18:21:08 1.11 @@ -2,7 +2,7 @@ # Custom Edit Course Routines for Assembly of Valid Concept Tests from # Geoscience Concept Inventory. # -# $Id: londocsgci.pm,v 1.10 2010/01/09 01:07:56 gci Exp $ +# $Id: londocsgci.pm,v 1.11 2010/01/15 18:21:08 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -732,8 +732,6 @@ function setDocsPhase() { if (document.choices.concepttest[i].checked) { if (document.choices.concepttest[i].value == 'defchosen') { document.choices.phase.value = 'storemap'; - alert("Setting value for phase to "+document.choices.phase.value); - } } }