Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Oct 23, 2024
1 parent 0e6910a commit 58bae72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fsspec/implementations/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ def cp_file(self, path1, path2, **kwargs):
raise FileNotFoundError(path1)

def cat_file(self, path, start=None, end=None, **kwargs):
if "refs.0.parq" in path:
breakpoint()
logger.debug("cat: %s", path)
path = self._strip_protocol(path)
try:
Expand Down

0 comments on commit 58bae72

Please sign in to comment.