From b02bfb946967200d6a293e184fffc4f5d48fc3cc Mon Sep 17 00:00:00 2001 From: arcan1s Date: Fri, 3 May 2013 15:10:33 +0400 Subject: [PATCH] - --- source/contents/code/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/contents/code/main.py b/source/contents/code/main.py index a8d4c96..7bbb493 100755 --- a/source/contents/code/main.py +++ b/source/contents/code/main.py @@ -615,7 +615,6 @@ class pyTextWidget(plasmascript.Applet): self.label_netUp.setText(text) elif (sourceName == "network/interfaces/"+self.netdev+"/receiver/data"): value = str(data[QString(u'value')]).split('.')[0] - print data[QString(u'value')] down_speed = "%4s" % (value) if (self.netFormat.split('$net')[0] != self.netFormat): line = self.netFormat.split('$net')[0] + down_speed