Remove console

This commit is contained in:
James Long 2022-11-09 23:43:11 -05:00
parent cd0fc02a44
commit dbda0ec4c2

View file

@ -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;