Skip to content

Commit d441300

Browse files
chore: removed unnecessary log
1 parent 44f4c5a commit d441300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/uploader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ function post(url, post_data, boundary, file, callback, options) {
580580
if (!post_options.agent) {
581581
try {
582582
const ProxyAgent = require('proxy-agent');
583-
console.log('123')
584583
post_options.agent = new ProxyAgent(proxy);
585584
} catch (requireError) {
586585
throw new Error("Proxy value is set, but `proxy-agent` is not installed, please install `proxy-agent` module.")

0 commit comments

Comments
 (0)