Skip to content

Commit

Permalink
Update logger level in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Jan 22, 2024
1 parent f842abf commit aa1148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quacc/atoms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def check_charge_and_spin(
f"Charge of {mol.charge} and spin multiplicity of {mol.spin_multiplicity} is"
" not possible for this molecule."
)
logger.info(
logger.debug(
f"Setting charge to {mol.charge} and spin multiplicity to {mol.spin_multiplicity}"
)

Expand Down

0 comments on commit aa1148b

Please sign in to comment.