提交 b175b29c 编写于 作者: J Joao Moreno

remove leftover console.log

上级 36b69d1d
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册