]> git.mjollnir.org Git - moodle.git/commitdiff
blocks: MDL-19946 Sorry, remove debug code.
authortjhunt <tjhunt>
Wed, 29 Jul 2009 03:57:30 +0000 (03:57 +0000)
committertjhunt <tjhunt>
Wed, 29 Jul 2009 03:57:30 +0000 (03:57 +0000)
lib/blocklib.php

index df1fb448def4943e8290af443e40413274b8d127..87d1d6e59d7f56cc926a9cecab1a6338f9d8b75f 100644 (file)
@@ -878,7 +878,6 @@ class block_manager {
         }
 
         $mform = new $classname($editpage->url, $block, $this->page);
-        print_object($block); // DONOTCOMMIT
         $mform->set_data($block->instance);
 
         if ($mform->is_cancelled()) {