Skip to content

Commit

Permalink
Merge pull request #2387 from silx-kit/t20100-patch-1
Browse files Browse the repository at this point in the history
pyFAI.io.integration_config: Remove debug print
  • Loading branch information
kif authored Jan 21, 2025
2 parents 48cb3ca + a799885 commit ee734f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pyFAI/io/integration_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,7 @@ def from_dict(cls, dico, inplace=False):
"""
if not inplace:
dico = copy.copy(dico)
print(list(dico.keys()))
normalize(dico, inplace=True)
print(dico)
to_init = {field.name:dico.pop(field.name)
for field in fields(cls)
if field.name in dico}
Expand Down

0 comments on commit ee734f1

Please sign in to comment.