mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
Remove unnecessary logging
This commit is contained in:
parent
1f6017a1fa
commit
4943db6d13
@ -79,7 +79,7 @@ function sanitize(windowName) {
|
||||
*/
|
||||
electron.ipcMain.on(apiName, (event, arg) => {
|
||||
|
||||
log.send(logLevels.INFO, `Processing event for API ${apiName} with arg ${JSON.stringify(arg)}`);
|
||||
log.send(logLevels.INFO, `Processing event for API ${apiName}`);
|
||||
|
||||
if (!isValidWindow(event)) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user