mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-21 01:13:49 +01:00
remove console.log
This commit is contained in:
parent
91390bcba0
commit
f915bc106e
@ -24,13 +24,13 @@
|
||||
export default {
|
||||
oncreate () {
|
||||
this.observe('innerHeight', debounce(innerHeight => {
|
||||
console.log('setting innerHeight', innerHeight)
|
||||
//console.log('setting innerHeight', innerHeight)
|
||||
this.store.set({
|
||||
innerHeight: innerHeight
|
||||
})
|
||||
}, DEBOUNCE_TIME))
|
||||
this.observe('items', (items) => {
|
||||
console.log('setting items')
|
||||
//console.log('setting items')
|
||||
this.store.set({
|
||||
'items': items
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user