zahmis hace 5 años
padre
commit
9c00897e87
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/server/routes/apiv3/slack-bot.js

+ 0 - 1
src/server/routes/apiv3/slack-bot.js

@@ -13,7 +13,6 @@ module.exports = (crowi) => {
   // Check if the access token is correct
   function verificationAccessToken(req, res, next) {
     const botType = crowi.configManager.getConfig('crowi', 'slackbot:currentBotType');
-    console.log(botType);
     if (botType === 'customBotWithoutProxy') {
       return next();
     }