Просмотр исходного кода

refs #914: Expect to use a RevisionURL (which use the object ID of the page) in slack message that is notified when page or comment is updated
- Remove debug code.

Tatsuya Ise 7 лет назад
Родитель
Сommit
6d0a9d2d1a
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/server/util/slack.js

+ 0 - 1
src/server/util/slack.js

@@ -184,7 +184,6 @@ module.exports = function(crowi) {
 
   const getSlackMessageTextForComment = function(path, pageId, user) {
     const url = crowi.configManager.getSiteUrl();
-    console.log('pageId: ', pageId);
     const pageUrl = `<${urljoin(url, pageId)}|${path}>`;
     const text = `:speech_balloon: ${user.username} commented on ${pageUrl}`;