Remove debugging info

This commit is contained in:
Daniel Quinn 2017-06-19 09:22:26 +01:00
parent f66d7e1c2d
commit b30629dd60
2 changed files with 1 additions and 2 deletions

View File

@ -165,7 +165,6 @@ class MailFetcher(Loggable):
self._enabled = bool(self._host)
self.last_checked = datetime.datetime.now()
print(self._connection, self._host, self._port, self._username, self._password, self._inbox, self._enabled, self.last_checked)
def pull(self):
"""

View File

@ -1 +1 @@
__version__ = (0, 6, 0)
__version__ = (0, 6, 1)