Skip to content

Commit b11db3e

Browse files
committed
remove console.log
1 parent 15323d9 commit b11db3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/codewhisperer/util/zipUtil.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ export class ZipUtil {
178178

179179
// Recursive function to process directories
180180
const processDirectory = async (dirPath: string) => {
181-
// eslint-disable-next-line aws-toolkits/no-console-log
182-
console.log('processDirectory', dirPath)
183181
const entries = await vscode.workspace.fs.readDirectory(vscode.Uri.file(dirPath))
184182
addEmptyDirectory(dirPath)
185183

0 commit comments

Comments
 (0)