Skip to content

Commit

Permalink
fix(cli): remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Mar 20, 2024
1 parent 4520db6 commit 6ed6a51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fractopo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def tracevalidate(
# Get input crs
input_crs = traces.crs

print(dict(allow_fix=allow_fix))
# Validate
validation = Validation(
traces,
Expand Down

0 comments on commit 6ed6a51

Please sign in to comment.