This commit is contained in:
Chris Meyers 2015-06-08 10:10:18 -04:00
parent 16682ba830
commit f3430783c8

View File

@ -31,7 +31,6 @@ class CleanupFacts(object):
# pivot -= granularity
# group by host
def cleanup(self, older_than_abs, granularity, module=None):
flag_delete_all = False
fact_oldest = FactVersion.objects.all().order_by('timestamp').first()
if not fact_oldest:
return 0