Skip to content

Commit 3ff1361

Browse files
chore: removed unnecessary log
1 parent d441300 commit 3ff1361

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib-es5/uploader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ function post(url, post_data, boundary, file, callback, options) {
682682
if (!post_options.agent) {
683683
try {
684684
var ProxyAgent = require('proxy-agent');
685-
console.log('123');
686685
post_options.agent = new ProxyAgent(proxy);
687686
} catch (requireError) {
688687
throw new Error("Proxy value is set, but `proxy-agent` is not installed, please install `proxy-agent` module.");

0 commit comments

Comments
 (0)