Disable benchmark loggers

This commit is contained in:
Sam Carlton 2021-02-23 22:13:06 -06:00
parent 2b69a10c04
commit 381bc76c1f
2 changed files with 2 additions and 2 deletions

View file

@ -217,7 +217,7 @@ export default {
})
console.log('lengths', Object.values(this.videoRows).map(row => [row.heading, row.videos.length]))
// console.log('lengths', Object.values(this.videoRows).map(row => [row.heading, row.videos.length]))
},
head() {

View file

@ -165,7 +165,7 @@ export default {
})
console.log('lengths', Object.values(this.videoRows).map(row => [row.heading, row.videos.length]))
// console.log('lengths', Object.values(this.videoRows).map(row => [row.heading, row.videos.length]))
},
mounted () {