Skip to content

Commit 6831056

Browse files
committed
Remove unnecessary console log
1 parent c3df02f commit 6831056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codegens/curl/lib/util.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ var self = module.exports = {
1616
}
1717

1818
if (urlEncode) {
19-
console.log('Percent encoding...');
2019
inputString = encodeURIComponent(inputString);
2120
}
2221

0 commit comments

Comments
 (0)