mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 00:44:00 +00:00
remove debug
This commit is contained in:
@@ -93,7 +93,8 @@ class Options(AttrMonitor):
|
|||||||
self.log = Logger()
|
self.log = Logger()
|
||||||
self.debug = self.args['--verbose']
|
self.debug = self.args['--verbose']
|
||||||
self.confpath = os.path.expanduser(self.args['--cfg'])
|
self.confpath = os.path.expanduser(self.args['--cfg'])
|
||||||
self.log.dbg('config file: {}'.format(self.confpath))
|
if self.debug:
|
||||||
|
self.log.dbg('config file: {}'.format(self.confpath))
|
||||||
|
|
||||||
self._read_config()
|
self._read_config()
|
||||||
self._apply_args()
|
self._apply_args()
|
||||||
|
|||||||
Reference in New Issue
Block a user