mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:19:46 +00:00
remove debug
This commit is contained in:
@@ -93,7 +93,8 @@ class Options(AttrMonitor):
|
||||
self.log = Logger()
|
||||
self.debug = self.args['--verbose']
|
||||
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._apply_args()
|
||||
|
||||
Reference in New Issue
Block a user