mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Remove debugging info
This commit is contained in:
parent
f66d7e1c2d
commit
b30629dd60
@ -165,7 +165,6 @@ class MailFetcher(Loggable):
|
|||||||
self._enabled = bool(self._host)
|
self._enabled = bool(self._host)
|
||||||
|
|
||||||
self.last_checked = datetime.datetime.now()
|
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):
|
def pull(self):
|
||||||
"""
|
"""
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = (0, 6, 0)
|
__version__ = (0, 6, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user