Skip to content

Commit

Permalink
Merge pull request #108 from NOAA-GFDL/104-rmprint
Browse files Browse the repository at this point in the history
Update getinfo.py to rm print
  • Loading branch information
ceblanton authored Jan 17, 2025
2 parents b3a0814 + 6f02f8f commit 6bf7954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogbuilder/intakebuilder/getinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def getInfoFromGFDLDRS(dirpath,projectdir,dictInfo,configyaml,variable_id,logger
elif (dictInfo["cell_methods"] == "ts"):
logger.debug("time-series data")
else:
print("This is likely static")
logger.debug("This is likely static")
dictInfo["cell_methods"] = ""
dictInfo["member_id"] = ""
return dictInfo
Expand Down

0 comments on commit 6bf7954

Please sign in to comment.