]> git.mjollnir.org Git - moodle.git/commitdiff
removed debug code left over :(
authordhawes <dhawes>
Mon, 24 Jan 2005 03:00:10 +0000 (03:00 +0000)
committerdhawes <dhawes>
Mon, 24 Jan 2005 03:00:10 +0000 (03:00 +0000)
blocks/rss_client/block_rss_client_action.php

index f0bb5abe103ce6ed88af4d12920587c7749f0679..7e9bca831cfb0a4bad0edd53a6503b17e14eb00a 100644 (file)
         if ($rss === false) {
             print 'There was an error loading this rss feed. You may want to verify the url you have specified before using it.'; //Daryl Hawes note: localize this line
         } else {
-            print_object($rss);
-            
+
             $dataobject->id = $rssid;
             if (!empty($rss->channel['description'])) {
                 $dataobject->description = addslashes($rss->channel['description']);