Skip to content

Commit

Permalink
fix: Remove debug print statement (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilder authored Dec 23, 2023
1 parent bbf01d1 commit 9574c53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pysle/isletool.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def __init__(self, islePath: Optional[str] = None):
self.data: Dict[str, List[phonetics.Entry]] = {}

def _load(self, islePath) -> Dict[str, List[str]]:
print("Text")
return isle_io.readIsleDict(islePath)

def _lazyLoad(self, word: str) -> List[phonetics.Entry]:
Expand Down

0 comments on commit 9574c53

Please sign in to comment.