Remove logline span

This commit is contained in:
nolash 2021-10-28 13:27:30 +02:00
parent 5bfdb51676
commit d914f64797
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ class Config(confini.Config):
if existing_r == None or r != None:
config.add(r, v, exists_ok=True)
logg.debug('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>' + str(getattr(args, 'dumpconfig')))
if getattr(args, 'dumpconfig', None):
config_keys = config.all()
with_values = not config.get('_RAW')