mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
remove leftover console.log
This commit is contained in:
@@ -55,8 +55,6 @@ export interface IOptions {
|
||||
}
|
||||
|
||||
export function getProxyAgent(rawRequestURL: string, options: IOptions = {}): any {
|
||||
console.log(rawRequestURL, options);
|
||||
|
||||
if (!options.proxyUrl) {
|
||||
return getSystemProxyAgent(rawRequestURL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user