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)


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to