From: jamiesensei Date: Mon, 15 Jan 2007 10:39:43 +0000 (+0000) Subject: removed print_object that got left in here X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fa3bf11d0229f92c01a1289a762cbd77e9327f31;p=moodle.git removed print_object that got left in here --- diff --git a/question/type/match/edit_match_form.php b/question/type/match/edit_match_form.php index 9fc4a5f288..6c37771200 100644 --- a/question/type/match/edit_match_form.php +++ b/question/type/match/edit_match_form.php @@ -68,7 +68,6 @@ class question_edit_match_form extends question_edit_form { function validation($data){ $errors = array(); - print_object($data); $answers = $data['subanswers']; $questions = $data['subquestions']; $questioncount = 0;