remove leftover console.log

This commit is contained in:
Joao Moreno
2015-12-09 16:09:13 +01:00
parent 36b69d1d7a
commit b175b29c83

View File

@@ -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);
}