mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
a312dcae7a
commit
a9af7f893d
1
tests.py
1
tests.py
|
@ -3447,7 +3447,6 @@ def _testDangerousSVG() -> None:
|
||||||
if not f.endswith('.svg'):
|
if not f.endswith('.svg'):
|
||||||
continue
|
continue
|
||||||
svgFilename = os.path.join(subdir, f)
|
svgFilename = os.path.join(subdir, f)
|
||||||
print(svgFilename)
|
|
||||||
content = ''
|
content = ''
|
||||||
with open(svgFilename, 'r') as fp:
|
with open(svgFilename, 'r') as fp:
|
||||||
content = fp.read()
|
content = fp.read()
|
||||||
|
|
Loading…
Reference in New Issue