Removed debug line that keeps 'reload' containers from appearing

This commit is contained in:
M. Ian Graham 2006-10-19 21:42:24 +00:00
parent 432c06f65d
commit 7a41d118c7

View File

@ -167,8 +167,7 @@ class ContainerReport:
return return
pathStrList.sort() pathStrList.sort()
for pathstr in pathStrList: for pathstr in pathStrList:
if pathstr.find("reload") == -1: print '%s: %s' % (l, pathstr)
print '%s: %s' % (l, pathstr)
def _output(self, **kArgs): def _output(self, **kArgs):