2
0
Shun Miyazawa 4 жил өмнө
parent
commit
b124faef70

+ 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);
     }
     }
   });
   });