Skip to content

Commit

Permalink
Remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
webholik committed Feb 3, 2023
1 parent c3df02f commit 6831056
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codegens/curl/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ var self = module.exports = {
}

if (urlEncode) {
console.log('Percent encoding...');
inputString = encodeURIComponent(inputString);
}

Expand Down

0 comments on commit 6831056

Please sign in to comment.