Stray print.
git-svn-id: http://svn.robofab.com/branches/ufo3k@393 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
parent
cac9911f3e
commit
3e5c4689f5
@ -692,7 +692,6 @@ def pngValidator(path=None, data=None, fileObj=None):
|
|||||||
|
|
||||||
This checks the signature of the image data.
|
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
|
assert path is not None or data is not None or fileObj is not None
|
||||||
if path is not None:
|
if path is not None:
|
||||||
f = open(path, "rb")
|
f = open(path, "rb")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user