summaryrefslogtreecommitdiff
path: root/smarttv-client/Javascript/Network.js
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-09-14 18:14:06 +0200
committerthlo <t.lohmar@gmx.de>2013-09-14 18:14:06 +0200
commit230591c0f2f0398e444d8fb7642b518e55cf663e (patch)
treed70251bea75c8985738568e36b086595a7f76fd4 /smarttv-client/Javascript/Network.js
parent971c1891c0f02e98859956ed8ef821cc5e53eed0 (diff)
downloadvdr-plugin-smarttvweb-230591c0f2f0398e444d8fb7642b518e55cf663e.tar.gz
vdr-plugin-smarttvweb-230591c0f2f0398e444d8fb7642b518e55cf663e.tar.bz2
Show Key Bindings (help overlay) when pressing the tools key.
Timer Activation and Deactivation. Verbose start for debugging. Scrolling popup for Debugging. ImageViewer improvements.
Diffstat (limited to 'smarttv-client/Javascript/Network.js')
-rwxr-xr-xsmarttv-client/Javascript/Network.js3
1 files changed, 0 insertions, 3 deletions
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) {