Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
michael2to3 committed Dec 17, 2023
1 parent 858936f commit e1a08c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions format.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,13 @@ private function bottom_value($identifier, $data, $default = '')
public function export_file_extension()
{
return '.xlsx';

}//end export_file_extension()


public function writequestion($question)
{
$this->lessonquestions[] = $question;
return true;

}//end writequestion()


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

debugging('Questions: '.print_r($this->lessonquestions, true), DEBUG_DEVELOPER);

$workbook = new MoodleExcelWorkbook($this->filename);
$worksheet = $workbook->add_worksheet('Questions');
foreach ($this->lessonquestions as $rowIndex => $question) {
Expand Down

0 comments on commit e1a08c0

Please sign in to comment.