@@ -108,7 +108,6 @@ module.exports = (crowi) => {
*/
router.get('/', accessTokenParser, loginRequiredStrictly, adminRequired, async(req, res) => {
- console.log(req.user);
const { configManager } = crowi;
const currentBotType = configManager.getConfig('crowi', 'slackbot:currentBotType');