From: dongsheng Date: Wed, 22 Apr 2009 05:07:33 +0000 (+0000) Subject: "S3 plugin/MDL-16910, remove debug code" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=106815a4f1d191b6d29cee7c9c062043859e1064;p=moodle.git "S3 plugin/MDL-16910, remove debug code" --- diff --git a/repository/s3/repository.class.php b/repository/s3/repository.class.php index f01c526ca9..f0c9c761fd 100644 --- a/repository/s3/repository.class.php +++ b/repository/s3/repository.class.php @@ -36,7 +36,6 @@ class repository_s3 extends repository { ); $tree[] = $folder; } - echo_fb($tree); } else { $contents = $this->s->getBucket($path); foreach ($contents as $file) {