Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Sep 25, 2024
1 parent ba795e5 commit 07897b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pat/contentbrowser/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export async function request({
total: 0,
}
};
console.log(vocabQuery);
let url = `${vocabularyUrl}&query=${JSON.stringify(
vocabQuery
)}&attributes=${JSON.stringify(attributes)}&batch=${JSON.stringify({
Expand Down

0 comments on commit 07897b7

Please sign in to comment.