Skip to content

Commit e1a08c0

Browse files
committed
remove unnecessary log
1 parent 858936f commit e1a08c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

format.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,13 @@ private function bottom_value($identifier, $data, $default = '')
204204
public function export_file_extension()
205205
{
206206
return '.xlsx';
207-
208207
}//end export_file_extension()
209208

210209

211210
public function writequestion($question)
212211
{
213212
$this->lessonquestions[] = $question;
214213
return true;
215-
216214
}//end writequestion()
217215

218216

@@ -222,8 +220,6 @@ public function presave_process($content)
222220
throw new moodle_exception('noquestions', 'qformat_xlsxtable');
223221
}
224222

225-
debugging('Questions: '.print_r($this->lessonquestions, true), DEBUG_DEVELOPER);
226-
227223
$workbook = new MoodleExcelWorkbook($this->filename);
228224
$worksheet = $workbook->add_worksheet('Questions');
229225
foreach ($this->lessonquestions as $rowIndex => $question) {

0 commit comments

Comments
 (0)