From bdf6981919bef7a8c63e1228f29fadd4cb35a06b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 14 Jan 2014 14:30:04 +0100 Subject: [PATCH] remove dbg msg --- system/TestPlc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 81be68a..57b0c5a 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -71,7 +71,6 @@ def slice_mapper (method): class slice_mapper__tasks (object): # could not get this to work with named arguments def __init__ (self,timeout_minutes,silent_minutes,period_seconds): - print "self",self print "timeout_minutes,silent_minutes,period_seconds",timeout_minutes,silent_minutes,period_seconds self.timeout=timedelta(minutes=timeout_minutes) self.silent=timedelta(minutes=silent_minutes) -- 2.43.0