Skip to content

Commit

Permalink
another debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 12, 2023
1 parent f2a5c85 commit 1d31b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CIME/XML/machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
"MACHINES_SPEC_FILE", attributes={"version": "2.0"}
),
}
logger.info("Verifying using schema {}".format(schema))
logger.debug("Verifying using schema {}".format(schema))

GenericXML.__init__(self, infile, schema, read_only=read_only)

Expand Down
2 changes: 1 addition & 1 deletion CIME/non_py/cprnc

0 comments on commit 1d31b63

Please sign in to comment.