@@ -185,8 +185,6 @@ module.exports = (crowi) => {
router.put('/custom-bot-without-proxy',
accessTokenParser, loginRequiredStrictly, adminRequired, csrf, validator.CustomBotWithoutProxy, apiV3FormValidator, async(req, res) => {
const { slackSigningSecret, slackBotToken, currentBotType } = req.body;
-
- console.log(req.body);
const requestParams = {
'slackbot:signingSecret': slackSigningSecret,
'slackbot:token': slackBotToken,