Browse Source

delete log

zahmis 5 năm trước cách đây
mục cha
commit
9c00897e87
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();
     }