From 55fcc21e4df20cdd44d7fc5ece8910335b5c00c4 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 14 Apr 2005 17:59:25 +0000 Subject: [PATCH] Forgot some debugging --- mod/assignment/lib.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index b0ac87a656c..c1d3f38a26e 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -584,9 +584,6 @@ class assignment_base { $table->print_html(); - global $SESSION; - print_object($SESSION); - print_footer($this->course); }