Got rid of debug comment

This commit is contained in:
Mario Melara 2016-02-25 18:48:25 -08:00
parent f0149faf88
commit eb96f38298

View File

@ -835,7 +835,6 @@ def concretize(self):
changed = True changed = True
force = False force = False
# Loops forever here in my implementation
while changed: while changed:
changes = (self.normalize(force=force), changes = (self.normalize(force=force),
self._expand_virtual_packages(), self._expand_virtual_packages(),