From 1f8701ba52007f04facdaaf9b9d27a2ae8568205 Mon Sep 17 00:00:00 2001 From: dbauszus-glx Date: Thu, 18 Jul 2024 19:00:01 +0100 Subject: [PATCH] Remove dev console.log() from cookie module. --- mod/user/cookie.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/user/cookie.js b/mod/user/cookie.js index 5b6049b83..883157e1e 100644 --- a/mod/user/cookie.js +++ b/mod/user/cookie.js @@ -45,8 +45,6 @@ The cookie should be destroyed. module.exports = async function cookie(req, res) { - console.log(typeof acl) - // acl module will export an empty require object without the ACL being configured. if (typeof acl !== 'function') { return res.status(500).send('ACL unavailable.')