Remove debug code.

This commit is contained in:
tjhunt
2007-06-01 13:34:00 +00:00
parent 21fa5360fc
commit a2aa951267
@@ -93,7 +93,6 @@ class question_edit_numerical_form extends question_edit_form {
'if (1.0 === (float)$b->multiplier) { return 1; } else { return 0; }'));
if (count($units)) {
if (abs($units[0]->multiplier - 1.0) > 0.000001) {
echo "<p>Frog: ''.</p>"; // DONOTCOMMIT
$newunit = new stdClass;
$newunit->unit = '';
$newunit->multiplier = 1.0;