Skip to content

Commit

Permalink
remove unnecessary print in XPS reader
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jan 23, 2024
1 parent 508cffc commit 09e2b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynxtools/dataconverter/readers/xps/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def fill_data_group(key, key_part, entries_values, config_dict, template):
if key_part == "energy":
energy_field_key = f"{data_group_key}/energy"
energy = np.array(xr_data.coords["energy"].values)
print(energy)
template[energy_field_key] = energy

else:
Expand Down

0 comments on commit 09e2b81

Please sign in to comment.