1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 15:05:26 +02:00

remove log

This commit is contained in:
Murod Khaydarov 2019-01-25 05:05:08 +03:00
parent 97077b1b30
commit e2d412ead3
No known key found for this signature in database
GPG key ID: C480BA53A8D274C5

View file

@ -158,7 +158,6 @@ router.delete('/page/:id', async (req, res) => {
result: responsePage
});
} catch (err) {
console.log(err);
res.status(400).json({
success: false,
error: err.message