diff --git a/src/utils/functions.js b/src/utils/functions.js index 14f36d1..5964284 100644 --- a/src/utils/functions.js +++ b/src/utils/functions.js @@ -78,7 +78,6 @@ function getCookie(name) { } if (cookie.indexOf(nameEQ) === 0) { const value = cookie.substring(nameEQ.length, cookie.length); - postLog.debug(`Cookie get: ${name}`); return value; } }