Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Remove debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Jun 19, 2017
1 parent f66d7e1 commit b30629d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/documents/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def __init__(self):
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):
"""
Expand Down
2 changes: 1 addition & 1 deletion src/paperless/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 6, 0)
__version__ = (0, 6, 1)

0 comments on commit b30629d

Please sign in to comment.