]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/database.py
python: Remove stray debug comment
[notmuch] / bindings / python / notmuch / database.py
index 5b1b00bd6f2df42124253ccd688f14340318375e..7923f768b1f78caec831c3018b5280367feb9712 100644 (file)
@@ -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