Skip to content

Commit

Permalink
(lfs) remove url output
Browse files Browse the repository at this point in the history
  • Loading branch information
MingjieJian committed Nov 10, 2024
1 parent 5a43637 commit 2c5cde3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pysme/large_file_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def get(self, key):
Absolute path to the datafile
"""
url = self.get_url(key)
print(url)
# If its a direct file link, pass that directly to
if url.startswith("file://"):
return url[7:]
Expand Down

0 comments on commit 2c5cde3

Please sign in to comment.