mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Removed debug line that keeps 'reload' containers from appearing
This commit is contained in:
parent
432c06f65d
commit
7a41d118c7
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user