Skip to content

Commit

Permalink
remove some debugging points
Browse files Browse the repository at this point in the history
  • Loading branch information
PM84 committed Mar 11, 2024
1 parent 62ffba7 commit b4ecbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/coversheet/create_coversheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static function get_coversheet(int $attemptid): string {
$context = \context_system::instance();

$backgroundimage = $fs->get_file($context->id, 'quiz_archiver', 'pdfcoversheetbackgroundimage', 0, '/', $filename);
\local_debugger\performance\debugger::print_debug('test', 'backgroundimage', $backgroundimage);

if (!empty($backgroundimage)) {
$url = \moodle_url::make_pluginfile_url(
$backgroundimage->get_contextid(),
Expand Down

0 comments on commit b4ecbdf

Please sign in to comment.