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