Skip to content

Commit e8b9926

Browse files
authored
Merge pull request #3 from a-hack/macdja38-patch-2
remove console.error and extra whitespace
2 parents bcaf4a3 + 5cae40d commit e8b9926

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/v1/layout.js

-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ router.get('/:id', function (req, res, next) {
3535
} else {
3636
return res.status(404).json({ error: "Not Found"})
3737
}
38-
3938
}).catch(error => {
40-
console.error(error);
4139
res.status(500).json({ error: error.message });
4240
});
4341
});

0 commit comments

Comments
 (0)