diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-04 15:25:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-04 15:25:26 +0900 |
| commit | 307d2b7a4106326413b4085e908e601c81041672 (patch) | |
| tree | 10666d104236151f273a30490f5cd0ecbc162ed4 /src/web/app/desktop/script.js | |
| parent | WIP #23 (diff) | |
| download | misskey-307d2b7a4106326413b4085e908e601c81041672.tar.gz misskey-307d2b7a4106326413b4085e908e601c81041672.tar.bz2 misskey-307d2b7a4106326413b4085e908e601c81041672.zip | |
Clean up
Diffstat (limited to 'src/web/app/desktop/script.js')
| -rw-r--r-- | src/web/app/desktop/script.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/web/app/desktop/script.js b/src/web/app/desktop/script.js index 179cfa332a..980ae9772d 100644 --- a/src/web/app/desktop/script.js +++ b/src/web/app/desktop/script.js @@ -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); }); |