Skip to content

Commit ee734f1

Browse files
authored
Merge pull request #2387 from silx-kit/t20100-patch-1
pyFAI.io.integration_config: Remove debug print
2 parents 48cb3ca + a799885 commit ee734f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pyFAI/io/integration_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,7 @@ def from_dict(cls, dico, inplace=False):
477477
"""
478478
if not inplace:
479479
dico = copy.copy(dico)
480-
print(list(dico.keys()))
481480
normalize(dico, inplace=True)
482-
print(dico)
483481
to_init = {field.name:dico.pop(field.name)
484482
for field in fields(cls)
485483
if field.name in dico}

0 commit comments

Comments
 (0)