1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 16:39:00 +00:00

remove extra debug

This commit is contained in:
deadc0de6
2020-11-22 10:48:10 +01:00
parent 640310c0a4
commit 40b12ca25b

View File

@@ -87,7 +87,8 @@ class Installer:
""" """
if not src or not dst: if not src or not dst:
# fake dotfile # fake dotfile
self.log.dbg('fake dotfile installed') if self.debug:
self.log.dbg('fake dotfile installed')
self._exec_pre_actions(actionexec) self._exec_pre_actions(actionexec)
return True, None return True, None
if self.debug: if self.debug: