git ssb

2+

ev / mvd



Commit adba9023ae4654a5353ad463f283c1d414881e32

remove console.log of hashroot

Ev Bogue committed on 4/28/2018, 7:41:33 PM
Parent: 865ad391590f0190881008c270959f5bd1f8c6da

Files changed

index.jschanged
index.jsView
@@ -11,10 +11,8 @@
1111 window.onhashchange = function () {
1212 window.location.reload()
1313 }
1414
15-console.log(src)
16-
1715 if (src == 'raw') {
1816 views.rawstream()
1917 } else if (ref.isFeed(src)) {
2018 views.userstream(src)

Built with git-ssb-web