1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-14 14:42:25 +00:00

remove debug

This commit is contained in:
deadc0de6
2019-02-12 18:32:35 +01:00
parent c2af0ed2fe
commit 1a2e920d89

View File

@@ -93,6 +93,7 @@ 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'])
if self.debug:
self.log.dbg('config file: {}'.format(self.confpath)) self.log.dbg('config file: {}'.format(self.confpath))
self._read_config() self._read_config()