1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +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,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()