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:
parent
97077b1b30
commit
e2d412ead3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue