Remove console
This commit is contained in:
parent
cd0fc02a44
commit
dbda0ec4c2
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ function init(socketName, handlers) {
|
|||
|
||||
ipc.serve(() => {
|
||||
ipc.server.on('message', (data, socket) => {
|
||||
console.log('[msg]', data)
|
||||
let msg = data;
|
||||
let { id, name, args, undoTag, catchErrors } = msg;
|
||||
|
||||
|
|
Loading…
Reference in a new issue