Commit 90018457 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove useless call.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17758 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74014584
...@@ -129,7 +129,6 @@ class AlarmTool(BaseTool): ...@@ -129,7 +129,6 @@ class AlarmTool(BaseTool):
We will look at all alarms and see if they should be activated, We will look at all alarms and see if they should be activated,
if so then we will activate them. if so then we will activate them.
""" """
current_date = DateTime()
for alarm in self.getAlarmList(to_active=1): for alarm in self.getAlarmList(to_active=1):
if alarm is not None: if alarm is not None:
user = alarm.getWrappedOwner() user = alarm.getWrappedOwner()
......
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