Skip to content

Commit

Permalink
output: save: remove redundant changed() call
Browse files Browse the repository at this point in the history
No longer needed since object introduction, as we will compare staged
object during commit/checkout anyway.
  • Loading branch information
efiop committed Oct 28, 2021
1 parent 922eb20 commit 869ea44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dvc/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,6 @@ def save(self):

assert not self.IS_DEPENDENCY

if not self.changed():
logger.debug("Output '%s' didn't change. Skipping saving.", self)
return

_, self.meta, self.obj = ostage(
self.odb,
self.path_info,
Expand Down

0 comments on commit 869ea44

Please sign in to comment.