From fa3bf11d0229f92c01a1289a762cbd77e9327f31 Mon Sep 17 00:00:00 2001 From: jamiesensei <jamiesensei> Date: Mon, 15 Jan 2007 10:39:43 +0000 Subject: [PATCH] removed print_object that got left in here --- question/type/match/edit_match_form.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5