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,7 +167,6 @@ class ContainerReport:
return
pathStrList.sort()
for pathstr in pathStrList:
if pathstr.find("reload") == -1:
print '%s: %s' % (l, pathstr)