Skip to content

Commit

Permalink
Remove spare print
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Oct 27, 2023
1 parent aefd908 commit 307ede9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eqcorrscan/core/match_filter/tribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1298,9 +1298,6 @@ def client_detect(self, client, starttime, endtime, threshold,
time_chunks.append((chunk_start, chunk_start + data_length + 20))
chunk_start += data_length - overlap

for time_chunk in time_chunks:
print(time_chunk)

full_stream_dir = None
if return_stream:
full_stream_dir = tempfile.mkdtemp()
Expand Down

0 comments on commit 307ede9

Please sign in to comment.