Skip to content

Commit

Permalink
Remove ugly print debugging
Browse files Browse the repository at this point in the history
Keeping the one for now
  • Loading branch information
pletcher committed Jul 26, 2024
1 parent 5611593 commit 6e37690
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ajmc/nlp/lemlink/data_preparation.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def selector_to_offsets(self, selector: str):
f_offset = f_matches.group("offset")
l_offset = e_matches.group("offset")

print("lskdjflksjflksdjlkj")
print(l_n)
f_chunk = [chunk for chunk in self.chunks if chunk.n == f_n][0]
l_chunk = [chunk for chunk in self.chunks if chunk.n == l_n][0]

Expand Down

0 comments on commit 6e37690

Please sign in to comment.