Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Feb 19, 2024
1 parent 274c827 commit 52eb777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynxtools_xps/phi/spe_pro_phi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ def parse_data_into_spectra(self, binary_data):
"""
offset = self.spectra_header_length + self.binary_header_length + 8000
print(len(binary_data))

for i, spectrum in enumerate(self.spectra[:1]):
n_values = spectrum["n_values"]
Expand Down

0 comments on commit 52eb777

Please sign in to comment.