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:
Sebastian Spaeth 2011-12-06 13:36:48 +01:00
parent 71e0082eff
commit 50b0d0b8ad

View file

@ -79,7 +79,6 @@ class Database(object):
_open = nmlib.notmuch_database_open _open = nmlib.notmuch_database_open
_open.argtypes = [c_char_p, c_uint] _open.argtypes = [c_char_p, c_uint]
_open.restype = NotmuchDatabaseP _open.restype = NotmuchDatabaseP
#_open.restype = c_void_p
"""notmuch_database_upgrade""" """notmuch_database_upgrade"""
_upgrade = nmlib.notmuch_database_upgrade _upgrade = nmlib.notmuch_database_upgrade