This removes the log causing error like below.
>> Uncaught Exception:
>> TypeError: Converting circular structure to JSON
Change-Id: I5d47eab5d5f226010e42f2ff1ed499ca0c6647b3
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
});
this.mainWindow.on('maximize', function(event, command, args) {
webwindow_debug('WebWindow : maximize');
- webwindow_debug('WebWindow : maximize event = ' + (JSON.stringify(event)));
webwindow_debug('WebWindow : maximize event = ' + (JSON.stringify(command)));
webwindow_debug('WebWindow : maximize event = ' + (JSON.stringify(args)));
});