From b925674446c946b85efd94ad924cd1f22cb85aa8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 12 Jan 2011 22:39:16 +0100 Subject: [PATCH] fireinfo: Remove some comments about problems that have been solved. --- www/webapp/backend/stasy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/webapp/backend/stasy.py b/www/webapp/backend/stasy.py index f186804b..03abfc55 100644 --- a/www/webapp/backend/stasy.py +++ b/www/webapp/backend/stasy.py @@ -680,7 +680,6 @@ class Stasy(object): count += geo_locations[geo_location] - # XXX must only be systems that have profile data profiles_all = self.query({}) unknown_count = profiles_all.count() - count @@ -692,7 +691,6 @@ class Stasy(object): def get_models_by_vendor(self, subsystem, vendor_id): devices = [] - # XXX must only be systems that have profile data profiles_all = self.query({}) for profile in profiles_all: -- 2.47.3