Browse Source

clean code

Yuki Takei 8 years ago
parent
commit
ce9ab3c8b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/util/slack.js

+ 1 - 1
lib/util/slack.js

@@ -15,7 +15,7 @@ module.exports = function(crowi) {
   slack.appController = undefined;  // for Slack App
   slack.iwhController = undefined;  // for Slack Incoming Webhooks
 
-  isDebugSlackbot = true;           // for debug
+  // isDebugSlackbot = true;           // for debug
 
   slack.getBot = function() {
     var config = crowi.getConfig();