"S3 plugin/MDL-16910, remove debug code"

This commit is contained in:
dongsheng 2009-04-22 05:07:33 +00:00
parent 0cd1affc58
commit 106815a4f1

View 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) {