mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Remove console
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user