Skip to content

Commit a01f81e

Browse files
Update dvc/repo/get.py
Co-Authored-By: Ruslan Kuprieiev <[email protected]>
1 parent 86b9a1c commit a01f81e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dvc/repo/get.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def get(url, path, out=None, rev=None):
7070

7171
output = repo.find_out_by_relpath(path)
7272
if output.use_cache:
73-
# Catch this below and go for a plain old fs_copy
7473
_get_cached(repo, output, out)
7574
return
7675

0 commit comments

Comments
 (0)