diff --git a/mf.py b/mf.py index 4154655..dbedbb5 100644 --- a/mf.py +++ b/mf.py @@ -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)