Skip to content

Commit

Permalink
checkout: change level to debug and fix message (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Feb 14, 2020
1 parent 17c7b72 commit 0daf835
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dvc/remote/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,7 @@ def _checkout_file(
"""The file is changed we need to checkout a new copy"""
cache_info = self.checksum_to_path_info(checksum)
if self.exists(path_info):
logger.warning(
"data '{}' exists. Removing before checkout.", path_info
)
logger.debug("data '{}' will be replaced.", path_info)
self.safe_remove(path_info, force=force)

self.link(cache_info, path_info)
Expand Down

0 comments on commit 0daf835

Please sign in to comment.