Browse Source

remove console

Shun Miyazawa 4 years ago
parent
commit
b124faef70
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/server/routes/apiv3/in-app-notification.ts

+ 0 - 1
packages/app/src/server/routes/apiv3/in-app-notification.ts

@@ -66,7 +66,6 @@ module.exports = (crowi) => {
       return res.apiv3(result);
       return res.apiv3(result);
     }
     }
     catch (err) {
     catch (err) {
-      console.log(err);
       return res.apiv3Err(err);
       return res.apiv3Err(err);
     }
     }
   });
   });