[WRT] Remove log 85/160685/1
authorYoungsoo Choi <kenshin.choi@samsung.com>
Fri, 17 Nov 2017 12:28:29 +0000 (21:28 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Fri, 17 Nov 2017 12:31:35 +0000 (21:31 +0900)
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>
wrt/src/web_window.js

index 911741e..5262e9c 100644 (file)
@@ -68,7 +68,6 @@ class WebWindow {
         });
         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)));
         });