From 64ead3edee2de611a33a26b2b24672325c1fe629 Mon Sep 17 00:00:00 2001
From: tjhunt <tjhunt>
Date: Wed, 11 Feb 2009 07:24:29 +0000
Subject: [PATCH] Nuke irrelevant comment.

---
 question/format/qti_two/format.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/question/format/qti_two/format.php b/question/format/qti_two/format.php
index c7f4d42609..6542587ac7 100644
--- a/question/format/qti_two/format.php
+++ b/question/format/qti_two/format.php
@@ -245,7 +245,6 @@ function handle_questions_media(&$questions, $path, $courseid) {
         $path = $CFG->dataroot.'/'.$this->question_get_export_dir().'/'.$this->filename;
 
         // get the questions (from database) in this category
-        // $questions = get_records("question","category",$this->category->id);
         $questions = get_questions_category( $this->category );
 
         notify("Exporting ".count($questions)." questions.");
-- 
2.39.5