]> git.mjollnir.org Git - moodle.git/commitdiff
"S3 plugin/MDL-16910, remove debug code"
authordongsheng <dongsheng>
Wed, 22 Apr 2009 05:07:33 +0000 (05:07 +0000)
committerdongsheng <dongsheng>
Wed, 22 Apr 2009 05:07:33 +0000 (05:07 +0000)
repository/s3/repository.class.php

index f01c526ca9fc3032fdddb14f6bcbf501320208a0..f0c9c761fd24a786f5ab1e3f14a6bfac86fbcee4 100644 (file)
@@ -36,7 +36,6 @@ class repository_s3 extends repository {
                     );
                 $tree[] = $folder;
             }
-            echo_fb($tree);
         } else {
             $contents = $this->s->getBucket($path);
             foreach ($contents as $file) {