Skip to content

Commit af0f9dd

Browse files
committed
chore: remove console.log
1 parent 4e4144b commit af0f9dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/storage.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ export class Storage {
397397
}
398398

399399
public async getHeaders(url = this.getURL()): Promise<Record<string, string>> {
400-
console.log(process.env)
401-
402400
return getHeaders(
403401
url,
404402
vscode.workspace.getConfiguration().get("coder.headerCommand") || process.env.CODER_HEADER_COMMAND,

0 commit comments

Comments
 (0)