Skip to content

Commit

Permalink
Remove debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Oct 5, 2023
1 parent e6d29e3 commit 17ef4e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/vocabularies/vocabularies.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default [
view: '/@vocabularies/:id',
permission: 'View',
handler: async (req, trx) => {
console.log(config.vocabularies);
// Check if vocabulary is available
if (!includes(keys(vocabularies, req.param.id)) &&
!includes(keys(config.vocabularies), req.params.id)) {
Expand Down

0 comments on commit 17ef4e2

Please sign in to comment.