[tuxdroid-svn] r5267 - software_suite_v3/smart-core/smart-server/trunk/util/scheduler
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-08-01 12:04:42
|
Author: remi
Date: 2009-08-01 14:04:29 +0200 (Sat, 01 Aug 2009)
New Revision: 5267
Modified:
software_suite_v3/smart-core/smart-server/trunk/util/scheduler/Scheduler.py
Log:
* Removed a debug print
Modified: software_suite_v3/smart-core/smart-server/trunk/util/scheduler/Scheduler.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/util/scheduler/Scheduler.py 2009-08-01 12:02:07 UTC (rev 5266)
+++ software_suite_v3/smart-core/smart-server/trunk/util/scheduler/Scheduler.py 2009-08-01 12:04:29 UTC (rev 5267)
@@ -453,7 +453,6 @@
tasksToAdd.append([nextTime, taskInfo[TASK_OBJECT],
taskInfo[TASK_ID], taskInfo[TASK_NAME]])
else:
- print "!! TASK Timeout"
tasksFinished.append(taskInfo[TASK_OBJECT])
for taskInfo in tasksToRemove:
self.__tasksToExecuteStack.remove(taskInfo)
|