Commit d1fa49280765213a3963a4fa7d752ad43d587728
rm console.logs
mix irving committed on 11/28/2017, 3:13:53 AMParent: f36223600eba650b838fdb0b9f56048e1929c831
Files changed
app/html/app.js | changed |
unread.js | changed |
app/html/app.js | ||
---|---|---|
@@ -21,9 +21,8 @@ | ||
21 | 21 | var view = Value() |
22 | 22 | var app = h('App', view) |
23 | 23 | api.history.obs.location()(renderLocation) |
24 | 24 | function renderLocation (loc) { |
25 | - console.log('rendering new view', loc) | |
26 | 25 | var page = api.router.sync.router(loc) |
27 | 26 | if (page) view.set([ |
28 | 27 | api.app.html.header({location: loc, push: api.history.sync.push}), |
29 | 28 | page |
Built with git-ssb-web