Skip to content

Commit

Permalink
Merge pull request #4192 from silx-kit/t20100-patch-1
Browse files Browse the repository at this point in the history
silx.io.utils: Removed `print` statement
  • Loading branch information
t20100 authored Jan 16, 2025
2 parents 88f0aad + 29a8cc8 commit 373f985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/silx/io/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ def savespec(
ncol = data.shape[0]
assert len(labels) == ncol

print(xlabel, ylabel, fmt, ncol, x_array, y_array)
if isinstance(fmt, str) and fmt.count("%") == 1:
full_fmt_string = " ".join([fmt] * ncol)
elif isinstance(fmt, (list, tuple)) and len(fmt) == ncol:
Expand Down

0 comments on commit 373f985

Please sign in to comment.