Skip to content

Commit

Permalink
Do not print
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Sep 3, 2024
1 parent a3a1652 commit 006be8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cifkit/occupacny/mixing.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def get_site_mixing_type(site_labels: list[str], atom_site_info: dict) -> str:
"""
Get file-level atomic site mixing info.
"""
print(atom_site_info)
is_full_occupancy = True
coord_occupancy_sum = compute_coord_occupancy_sum(
site_labels, atom_site_info
Expand Down

0 comments on commit 006be8e

Please sign in to comment.