aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2011-12-06 13:36:48 +0100
committerGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2011-12-06 13:36:48 +0100
commit50b0d0b8ade8aca7dd8434f638555c634b00ebe4 (patch)
tree3e4c14ce04990463fcaa2883ccb773458907f281 /bindings
parent71e0082eff05f52709500109f1a194fdb03571e5 (diff)
python: Remove stray debug comment
This slipped in wrongly in commit 71e0082eff (due to my fault). Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/notmuch/database.py1
1 files changed, 0 insertions, 1 deletions
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