git ssb

16+

Dominic / patchbay



Commit 1c8a7eb51b38b3a4f791e88f9828fb44f1f09090

remove console.logs D:

mix irving committed on 9/10/2017, 10:57:57 PM
Parent: 8424a4183c4fe3a07228c62474d7a1bc9e10701a

Files changed

app/sync/goTo.jschanged
app/sync/goTo.jsView
@@ -28,9 +28,8 @@
2828 const tabs = api.app.html.tabs()
2929 if (tabs.has(locationId)) {
3030 tabs.select(locationId)
3131 api.history.sync.push(location)
32- console.log('history', api.history.obs.store()())
3332 return true
3433 }
3534
3635 const page = api.router.sync.router(location)
@@ -48,8 +47,7 @@
4847 } else {
4948 api.history.sync.push(location)
5049 }
5150
52- console.log('history', api.history.obs.store()())
5351 return openBackground
5452 }
5553 }

Built with git-ssb-web