Remove warn logging

This commit is contained in:
Florian Bruhin 2014-04-17 11:10:08 +02:00
parent 00dc4d6bc4
commit 16afba032f

View File

@ -70,7 +70,6 @@ class LineConfigParser:
def save(self):
"""Save the config file."""
logging.warn("Values: {}".format(self.data))
if not self.data:
logging.debug("No data to save.")
return