Commit 8780b4d6 authored by Georgios Dagkakis's avatar Georgios Dagkakis

print removed

parent ac0958f1
......@@ -8,7 +8,6 @@ class GetCurrentTime(plugin.InputPreparationPlugin):
def preprocess(self, data):
currentTime=data['general'].get('currentDate',None)
print '----',currentTime
if not currentTime:
currentTime=datetime.datetime.now()
year=currentTime.year
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment