Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
neilflood committed Sep 26, 2024
1 parent e0e6134 commit 6a7b28a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rios/riostests/teststats.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ def testForDriverAndType(driverName, creationOptions, fileDtype, scalefactor,

# Force single-pass, with thematic output
if fileDtype not in (hugeIntGDALTypes + floatGDALTypes):
print('single-pass/thematic', driverName, fileDtype, floatGDALTypes,
gdal.__version__)
ok = ok and runOneTest(driverName, creationOptions, fileDtype,
scalefactor, offset, rampInfile, ext, False, True, True)

Expand Down

0 comments on commit 6a7b28a

Please sign in to comment.