1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +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:
# 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: