zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
9c00897e87
Modificáronse 1 ficheiros con 0 adicións e 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();
     }