Skip to content

Commit 9e2a5bc

Browse files
committed
stop config defaults spam
1 parent 4252047 commit 9e2a5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdata/config/configdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def fill_with_defaults(self):
228228
"""
229229
Fills with defaults - private stuff first, then defaults
230230
"""
231-
self.log.debug("Adding config defaults")
231+
#self.log.debug("Adding config defaults")
232232

233233
self_as_dict = self.as_dict()
234234
defaults_dict = self.default_config_dict

0 commit comments

Comments
 (0)