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

remove debug logs

This commit is contained in:
deadc0de6
2019-06-20 14:14:03 +02:00
parent ceacbc0a03
commit acbcefc34e

View File

@@ -161,6 +161,7 @@ def cmd_install(o):
LOG.dbg('force pre action execution ...') LOG.dbg('force pre action execution ...')
pre_actions_exec() pre_actions_exec()
# post-actions # post-actions
if o.debug:
LOG.dbg('force post action execution ...') LOG.dbg('force post action execution ...')
postactions = dotfile.get_post_actions() postactions = dotfile.get_post_actions()
post_actions_exec = action_executor(o, postactions, defactions, post_actions_exec = action_executor(o, postactions, defactions,