mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 07:11:41 +01:00
python: Remove stray debug comment
This slipped in wrongly in commit 71e0082eff
(due to my fault).
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
71e0082eff
commit
50b0d0b8ad
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ class Database(object):
|
|||
_open = nmlib.notmuch_database_open
|
||||
_open.argtypes = [c_char_p, c_uint]
|
||||
_open.restype = NotmuchDatabaseP
|
||||
#_open.restype = c_void_p
|
||||
|
||||
"""notmuch_database_upgrade"""
|
||||
_upgrade = nmlib.notmuch_database_upgrade
|
||||
|
|
Loading…
Reference in a new issue