commit d914f647976595277881f469e1899e88f3da2f94
parent 5bfdb51676a8a19c7c179edcbe4188528a6363ba
Author: nolash <dev@holbrook.no>
Date: Thu, 28 Oct 2021 13:27:30 +0200
Remove logline span
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chainlib/cli/config.py b/chainlib/cli/config.py
@@ -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')