Skip to content

Commit

Permalink
remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
crsct committed Dec 4, 2023
1 parent 36e714b commit 45527c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/BrowseView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ function decodeTuple(tuple: string): FilterTuple {
}
function populateVariables() {
console.log("Populating variables");
decodeQuery();
filter(pagination.value.offset);
}
Expand Down

0 comments on commit 45527c1

Please sign in to comment.