From 40b12ca25b6a241c83699a0272007ccf4067dd61 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 22 Nov 2020 10:48:10 +0100 Subject: [PATCH] remove extra debug --- dotdrop/installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotdrop/installer.py b/dotdrop/installer.py index 91ae289..c81e886 100644 --- a/dotdrop/installer.py +++ b/dotdrop/installer.py @@ -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: