git ssb

2+

mixmix / ticktack



Commit d1fa49280765213a3963a4fa7d752ad43d587728

rm console.logs

mix irving committed on 11/28/2017, 3:13:53 AM
Parent: f36223600eba650b838fdb0b9f56048e1929c831

Files changed

app/html/app.jschanged
unread.jschanged
app/html/app.jsView
@@ -21,9 +21,8 @@
2121 var view = Value()
2222 var app = h('App', view)
2323 api.history.obs.location()(renderLocation)
2424 function renderLocation (loc) {
25- console.log('rendering new view', loc)
2625 var page = api.router.sync.router(loc)
2726 if (page) view.set([
2827 api.app.html.header({location: loc, push: api.history.sync.push}),
2928 page
unread.jsView
@@ -30,9 +30,8 @@
3030 if(timer) return
3131
3232 timer = setTimeout(function () {
3333 timer = null
34- console.log('save!', Object.keys(unread.filter).length)
3534 localStorage.unread = JSON.stringify(unread)
3635 }, 2e3)
3736 }
3837

Built with git-ssb-web