Skip to content

Commit

Permalink
remove extra debug
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Nov 22, 2020
1 parent 640310c commit 40b12ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotdrop/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def install(self, templater, src, dst, linktype,
"""
if not src or not dst:
# fake dotfile
self.log.dbg('fake dotfile installed')
if self.debug:
self.log.dbg('fake dotfile installed')
self._exec_pre_actions(actionexec)
return True, None
if self.debug:
Expand Down

0 comments on commit 40b12ca

Please sign in to comment.