Skip to content

Commit

Permalink
fix(plugins/plugin-s3): leftover debugging in plugin-s3
Browse files Browse the repository at this point in the history
part of #7767
  • Loading branch information
starpit authored and k8s-ci-robot committed Jul 2, 2021
1 parent e2e2fc2 commit 3ca96bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/plugin-s3/src/vfs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<DirEntry[]> {
console.error('!!!!!!!!!', filepath)
try {
if (filepath.length === 0) {
// then the user has asked to list buckets in a region
Expand Down

0 comments on commit 3ca96bb

Please sign in to comment.