Remove TODO which was already implemented.

This commit is contained in:
Albert Cervera i Areny 2014-12-11 23:42:36 +01:00
parent c15e903c88
commit 423b91ac47
1 changed files with 0 additions and 3 deletions

View File

@ -755,9 +755,6 @@ class Asset:
CharResult = pool.get('monitoring.result.char')
CheckPlan = pool.get('monitoring.check.plan')
# TODO: Result and Check types need to be properly synchronized
# Now they work only if modules were installed in the same
# order on both ends.
if not data['checks']:
return
peer = cls(data['checks'][0]['monitoring_asset']).login