mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Remove unnecessary logging
This commit is contained in:
@@ -79,7 +79,7 @@ function sanitize(windowName) {
|
|||||||
*/
|
*/
|
||||||
electron.ipcMain.on(apiName, (event, arg) => {
|
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)) {
|
if (!isValidWindow(event)) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user