From 106815a4f1d191b6d29cee7c9c062043859e1064 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 22 Apr 2009 05:07:33 +0000 Subject: [PATCH] "S3 plugin/MDL-16910, remove debug code" --- repository/s3/repository.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/repository/s3/repository.class.php b/repository/s3/repository.class.php index f01c526ca9f..f0c9c761fd2 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) {