Stray print.

git-svn-id: http://svn.robofab.com/branches/ufo3k@393 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
Tal Leming 2011-10-11 16:00:06 +00:00
parent cac9911f3e
commit 3e5c4689f5

View File

@ -692,7 +692,6 @@ def pngValidator(path=None, data=None, fileObj=None):
This checks the signature of the image data.
"""
print path
assert path is not None or data is not None or fileObj is not None
if path is not None:
f = open(path, "rb")