diff --git a/pymatgen/io/cif.py b/pymatgen/io/cif.py index b2f2029cf6b..4e3f1d4fd46 100644 --- a/pymatgen/io/cif.py +++ b/pymatgen/io/cif.py @@ -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.")