remove debug

This commit is contained in:
Jan-Piet Mens
2015-09-25 13:20:28 +02:00
parent 3d28c81cd5
commit ed9630c4f8
+1 -1
View File
@@ -224,7 +224,7 @@ long gcache_get(struct gcache *gc, char *k, char *buf, long buflen)
if (rc != MDB_NOTFOUND) {
printf("get: %s\n", mdb_strerror(rc));
} else {
printf(" [%s] not found\n", k);
// printf(" [%s] not found\n", k);
}
} else {
len = (data.mv_size < buflen) ? data.mv_size : buflen;