Skip to content

Commit

Permalink
vrtmisc.py: disable debug traces [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 4, 2023
1 parent c7ebccf commit f4e0db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/gcore/vrtmisc.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ def test_vrtmisc_serialize_complexsource_with_NODATA():
gdal.VSIFCloseL(fp)
gdal.Unlink(tmpfilename)

print(content)
# print(content)
assert "<NODATA>1</NODATA>" in content


Expand Down Expand Up @@ -1078,5 +1078,5 @@ def test_vrt_read_netcdf():

with open(vrt_copy_path, "r") as xml:
xml_data = xml.read()
print(xml_data)
# print(xml_data)
assert 'NETCDF:"alldatatypes.nc":ubyte_var' in xml_data

0 comments on commit f4e0db6

Please sign in to comment.