git ssb

16+

Dominic / patchbay



Commit 8645df8d5c4edf3b8fe98b8e3b257e80ab48d09d

remove unwanted console.log

mix irving committed on 1/16/2017, 5:53:25 AM
Parent: 7478b5388306a177f85de2b6a0c3bcedf8635c87

Files changed

modules_core/app.jschanged
modules_core/app.jsView
@@ -23,9 +23,8 @@
2323 function hash() {
2424 return window.location.hash.substring(1)
2525 }
2626
27- console.log(hash() || 'tabs')
2827 var view = api.screen_view(hash() || 'tabs')
2928
3029 var screen = h('div.screen.column', view)
3130

Built with git-ssb-web