Skip to content
Snippets Groups Projects
Commit a678fb40 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :fist:
Browse files

remove debug logging

parent 7faf59f4
Branches
Tags
No related merge requests found
......@@ -15,7 +15,6 @@
return new Array(this.paginator.numberOfPages).fill(0).map((_, index) => index + 1)
},
shouldDisplay () {
console.log(this.paginator.collection, this.paginator.useTouch, this.paginator.behavior === 'replace', this.paginator.numberOfPages)
return this.paginator.useTouch && this.paginator.behavior === 'replace' && this.paginator.numberOfPages > 1
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment