Skip to content

Commit

Permalink
reduce log to info
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Dec 27, 2024
1 parent 34373d1 commit 7d5d51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/blog/BlogList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default {
const visible = elems.filter((el) => el.visible);
// console.log("visible", visible, "elems", elems);
if (visible.length == 0) {
console.warn("Unable to get desiredVisible")
console.log("Unable to get desiredVisible")
return
}
const desiredVisible = visible[0].item
Expand Down

0 comments on commit 7d5d51e

Please sign in to comment.