Commit a678fb40 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt
Browse files

remove debug logging

parent 7faf59f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
      }
    },