mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable benchmark loggers
This commit is contained in:
parent
e2d427e783
commit
41a7ed392d
2 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
head() {
|
||||||
|
|
|
||||||
|
|
@ -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 () {
|
mounted () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue