[tuxdroid-svn] r5024 - software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executab
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-07-03 09:52:46
|
Author: jerome
Date: 2009-07-03 11:52:41 +0200 (Fri, 03 Jul 2009)
New Revision: 5024
Modified:
software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py
Log:
* Removed two debug messages.
Modified: software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py
===================================================================
--- software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py 2009-07-03 09:48:05 UTC (rev 5023)
+++ software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py 2009-07-03 09:52:41 UTC (rev 5024)
@@ -252,7 +252,6 @@
memory = sutils.getWindowsMemoryUsage()
if not notif :
self.throwMessage("Your used memory is {0} percent", memory)
- self.throwTrace("hello")
return cpu, memory
def __getDaemonRun(self):
@@ -276,7 +275,6 @@
"""
while self.__getDaemonRun():
cpu, memory = self.run(True)
- self.throwTrace("datas got")
if (int(cpu) > int(self.configuration().getCpuTresholdParam())):
self.throwNotification("start")
self.throwMessage("c p u meltdown")
|