Remove debug log
This commit is contained in:
parent
83bdbb7a7e
commit
13b87de06c
@ -20,9 +20,6 @@ export function getProxyFetchOptions(params: {
|
||||
})
|
||||
.toString("utf8");
|
||||
|
||||
console.log("Output of `npm config get`:");
|
||||
console.log(output);
|
||||
|
||||
return output
|
||||
.split("\n")
|
||||
.filter(line => !line.startsWith(";"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user