Skip to content

Commit

Permalink
Removing debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed Mar 24, 2023
1 parent 331191f commit 3b341ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seismic/xcorqc/correlator.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def main(data_source1, data_source2, output_path, window_seconds, window_overlap
window_overlap * window_seconds
interval_seconds = read_ahead_window_seconds
apply_stacking = False
print(read_ahead_window_seconds)
#print(read_ahead_window_seconds)
else:
read_ahead_window_seconds = window_seconds * read_ahead_windows
interval_seconds = stacking_interval_seconds
Expand Down

0 comments on commit 3b341ed

Please sign in to comment.