diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-27 03:36:38 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-27 03:36:38 +0200 |
| commit | 10eab813d70a203e5b81583eac165e33a1bf6f6d (patch) | |
| tree | 3840a1fc534129b5b7b439fd7899cc8c8ae0e016 /app/relay/remote.js | |
| parent | e4957554e777bd9e25097fcb4db40686848a908c (diff) | |
auto scroll to bottom
Diffstat (limited to 'app/relay/remote.js')
| -rw-r--r-- | app/relay/remote.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/relay/remote.js b/app/relay/remote.js index b8cfa15..5979c68 100644 --- a/app/relay/remote.js +++ b/app/relay/remote.js @@ -39,7 +39,7 @@ remote.on('cmd', (data) => { remote.on('task', (data) => { let response; - console.log(data) + // console.log(data) console.log('task', data.type) switch(data.type) { case 'start': |
