From 0e6de3bdde26492255b6840670affe11068babf0 Mon Sep 17 00:00:00 2001 From: thlo Date: Sat, 14 Sep 2013 18:14:06 +0200 Subject: Show Key Bindings (help overlay) when pressing the tools key. Timer Activation and Deactivation. Verbose start for debugging. Scrolling popup for Debugging. ImageViewer improvements. --- smarttv-client/Javascript/Network.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'smarttv-client/Javascript/Network.js') diff --git a/smarttv-client/Javascript/Network.js b/smarttv-client/Javascript/Network.js index 314dcca..23b0307 100755 --- a/smarttv-client/Javascript/Network.js +++ b/smarttv-client/Javascript/Network.js @@ -15,9 +15,6 @@ Network.init = function () { this.ownGw = this.plugin.GetGateway(nw_type); this.ownIp = this.plugin.GetIP(nw_type); } - Main.log( "ownMac= " + this.ownMac); - Main.log ("ownGw= " + this.ownGw); - Main.log ("ownIp= " + this.ownIp); this.isInited = true; } catch (e) { -- cgit v1.2.3