Skip to content

Commit

Permalink
Remove dirty print. Fixes #3414.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Oct 20, 2023
1 parent cfd47ad commit 6838ddc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymatgen/io/cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,6 @@ def get_structures(
Returns:
list[Structure]: All structures in CIF file.
"""
print(len(self._cif.data))

if not check_occu: # added in https://github.com/materialsproject/pymatgen/pull/2836
warnings.warn("Structures with unphysical site occupancies are not compatible with many pymatgen features.")
Expand Down

0 comments on commit 6838ddc

Please sign in to comment.