mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Remove debugging info
This commit is contained in:
parent
f66d7e1c2d
commit
b30629dd60
2 changed files with 1 additions and 2 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = (0, 6, 0)
|
||||
__version__ = (0, 6, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue