From 3ca96bb92cce7cf43620249ab16d9191968b354e Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Fri, 2 Jul 2021 13:09:38 -0400 Subject: [PATCH] fix(plugins/plugin-s3): leftover debugging in plugin-s3 part of #7767 --- plugins/plugin-s3/src/vfs/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/plugin-s3/src/vfs/index.ts b/plugins/plugin-s3/src/vfs/index.ts index 40a749cbb25..e4e1ad94ed1 100644 --- a/plugins/plugin-s3/src/vfs/index.ts +++ b/plugins/plugin-s3/src/vfs/index.ts @@ -445,7 +445,6 @@ class S3VFSResponder extends S3VFS implements VFS { /** Enumerate the objects specified by the given filepath */ private async dirstat(filepath: string, dashD: boolean): Promise { - console.error('!!!!!!!!!', filepath) try { if (filepath.length === 0) { // then the user has asked to list buckets in a region