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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user