]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
fireinfo: Remove some comments about problems that have been solved.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Jan 2011 21:39:16 +0000 (22:39 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Jan 2011 21:39:16 +0000 (22:39 +0100)
www/webapp/backend/stasy.py

index f186804b85cf6302ea007701698a6e5ca0774a5e..03abfc55d7733c7fd414ad1ced37caa46e8aefbe 100644 (file)
@@ -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: