Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 authored Jan 21, 2025
1 parent 48cb3ca commit a799885
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 a799885

Please sign in to comment.