blocks: MDL-19946 Sorry, remove debug code.

This commit is contained in:
tjhunt 2009-07-29 03:57:30 +00:00
parent c6084d31b4
commit e9f7fdec00

View 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()) {