From: Sebastian Spaeth Date: Tue, 6 Dec 2011 12:36:48 +0000 (+0100) Subject: python: Remove stray debug comment X-Git-Tag: 0.11_rc1~66 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=50b0d0b8ade8aca7dd8434f638555c634b00ebe4 python: Remove stray debug comment This slipped in wrongly in commit 71e0082eff (due to my fault). Signed-off-by: Sebastian Spaeth --- diff --git a/bindings/python/notmuch/database.py b/bindings/python/notmuch/database.py index 5b1b00bd..7923f768 100644 --- a/bindings/python/notmuch/database.py +++ b/bindings/python/notmuch/database.py @@ -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