From 68310564e7d295412975d2f898b76a77f5804cbd Mon Sep 17 00:00:00 2001 From: Ankit Saini Date: Fri, 3 Feb 2023 10:48:12 +0530 Subject: [PATCH] Remove unnecessary console log --- codegens/curl/lib/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/codegens/curl/lib/util.js b/codegens/curl/lib/util.js index 3dd07c760..b44ce94a4 100644 --- a/codegens/curl/lib/util.js +++ b/codegens/curl/lib/util.js @@ -16,7 +16,6 @@ var self = module.exports = { } if (urlEncode) { - console.log('Percent encoding...'); inputString = encodeURIComponent(inputString); }