]> git.mjollnir.org Git - moodle.git/commitdiff
Removed some debugging
authormoodler <moodler>
Wed, 22 Mar 2006 14:55:49 +0000 (14:55 +0000)
committermoodler <moodler>
Wed, 22 Mar 2006 14:55:49 +0000 (14:55 +0000)
mod/data/lib.php

index c7e4dc26c3c61505ef67805bc13a4ead74b4bf41..cb504c6557e56acf02a81a26cd466d47a2e024cd 100755 (executable)
@@ -212,7 +212,6 @@ class data_field_base {     /// Base class for Database Field Types (see field/*
 /// Display the content of the field in browse mode
     function display_browse_field($recordid, $template) {
         if ($content = get_record('data_content','fieldid', $this->field->id, 'recordid', $recordid)) {
-        print_object($content);
             if (isset($content->content)) {                
                 $options->para = false;
                 $str = format_text($content->content, $content->content1, $options);