diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 01:28:41 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 01:28:41 +0200 |
| commit | 8d06839056967e8786c63976545aff098ae2f128 (patch) | |
| tree | 51c83236b2dcc5a6adabb1b4036eccfff63b9ef5 /app/client/socket | |
| parent | bd354556f98aa724dd6cee03a1828bd40ce01f33 (diff) | |
morph module.. enum method for sliders
Diffstat (limited to 'app/client/socket')
| -rw-r--r-- | app/client/socket/socket.task.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/client/socket/socket.task.js b/app/client/socket/socket.task.js index 1b33cd9..18f88cf 100644 --- a/app/client/socket/socket.task.js +++ b/app/client/socket/socket.task.js @@ -7,7 +7,6 @@ let finishTimeout; socket.on('task_res', (raw_data) => { // does not like the nested task object for some reason.. - console.log(typeof raw_data) let data; try { if (typeof raw_data === 'string') { |
