Browse Source

Removed debug line that keeps 'reload' containers from appearing

M. Ian Graham 19 years ago
parent
commit
7a41d118c7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      direct/src/showbase/ContainerReport.py

+ 1 - 2
direct/src/showbase/ContainerReport.py

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