This commit is contained in:
syuilo
2017-01-04 15:25:26 +09:00
parent 18c4d01fec
commit 307d2b7a41
4 changed files with 0 additions and 89 deletions

View File

@ -32,11 +32,6 @@ boot(me => {
// Register mixins
mixins(me);
// Debug
if (me != null && me.data.debug) {
riot.mount(document.body.appendChild(document.createElement('mk-log-window')));
}
// Start routing
route(me);
});