Removed unnecessary debug message

git-svn-id: http://svn.pyinstaller.org/trunk@479 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
htgoebel
2008-07-23 18:33:44 +00:00
parent a86364f140
commit b2a0e08d6d
-1
View File
@@ -146,7 +146,6 @@ ZipOwner = None
if zipimport:
class ZipOwner(Owner):
def __init__(self, path):
print 'ZipOwner', path
self.__zip = zipimport.zipimporter(path)
Owner.__init__(self, path)