removed print statements from scheduler, thanks Niphlod

This commit is contained in:
mdipierro
2012-10-20 10:03:57 -05:00
parent b9a1056503
commit 3f4330d9b1
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.1.1 (2012-10-19 18:43:10) dev
Version 2.1.1 (2012-10-20 10:03:51) dev
-1
View File
@@ -857,7 +857,6 @@ class Scheduler(MetaScheduler):
tvars = 'vars' in kwargs and kwargs.pop('vars') or dumps(pvars)
tuuid = 'uuid' in kwargs and kwargs.pop('uuid') or web2py_uuid()
tname = 'task_name' in kwargs and kwargs.pop('task_name') or function
print 'a', targs
rtn = self.db.scheduler_task.validate_and_insert(
function_name=function,
task_name=tname,