zahmis 5 лет назад
Родитель
Сommit
9c00897e87
1 измененных файлов с 0 добавлено и 1 удалено
  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
   // Check if the access token is correct
   function verificationAccessToken(req, res, next) {
   function verificationAccessToken(req, res, next) {
     const botType = crowi.configManager.getConfig('crowi', 'slackbot:currentBotType');
     const botType = crowi.configManager.getConfig('crowi', 'slackbot:currentBotType');
-    console.log(botType);
     if (botType === 'customBotWithoutProxy') {
     if (botType === 'customBotWithoutProxy') {
       return next();
       return next();
     }
     }