Make unirom the return of get_leases in Nitos rspecs
[sfa.git] / sfa / rspecs / version_manager.py
index bcbc106..4e60bac 100644 (file)
@@ -22,7 +22,6 @@ class VersionManager:
             for attr_name in dir(module):
                 attr = getattr(module, attr_name)
                 if hasattr(attr, 'version') and hasattr(attr, 'enabled') and attr.enabled == True:
-                    print filename, module, attr 
                     self.versions.append(attr())
 
     def _get_version(self, type, version_num=None, content_type=None):