mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 03:46:10 +00:00
remove debug
This commit is contained in:
@@ -233,6 +233,7 @@ class Cfg:
|
|||||||
self.actions[k] = {}
|
self.actions[k] = {}
|
||||||
a = Action(k2, k, v2)
|
a = Action(k2, k, v2)
|
||||||
self.actions[k][k2] = a
|
self.actions[k][k2] = a
|
||||||
|
if self.debug:
|
||||||
self.log.dbg('new action: {}'.format(a))
|
self.log.dbg('new action: {}'.format(a))
|
||||||
else:
|
else:
|
||||||
# parse naked actions as post actions
|
# parse naked actions as post actions
|
||||||
@@ -240,6 +241,7 @@ class Cfg:
|
|||||||
self.actions[self.key_actions_post] = {}
|
self.actions[self.key_actions_post] = {}
|
||||||
a = Action(k, '', v)
|
a = Action(k, '', v)
|
||||||
self.actions[self.key_actions_post][k] = a
|
self.actions[self.key_actions_post][k] = a
|
||||||
|
if self.debug:
|
||||||
self.log.dbg('new action: {}'.format(a))
|
self.log.dbg('new action: {}'.format(a))
|
||||||
|
|
||||||
# parse read transformations
|
# parse read transformations
|
||||||
|
|||||||
Reference in New Issue
Block a user