Remove warn logging
This commit is contained in:
parent
00dc4d6bc4
commit
16afba032f
@ -70,7 +70,6 @@ class LineConfigParser:
|
|||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
"""Save the config file."""
|
"""Save the config file."""
|
||||||
logging.warn("Values: {}".format(self.data))
|
|
||||||
if not self.data:
|
if not self.data:
|
||||||
logging.debug("No data to save.")
|
logging.debug("No data to save.")
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user