summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamey Hicks <jamey.hicks@nokia.com>2012-10-15 13:31:06 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-16 17:42:25 +0200
commit95635cda18a3154d3aa42376725b4f60c3ae0ab0 (patch)
treebd61ee5bca409f9e18762b81a75b65b92d0e263b
parent560c446f6466fe560ea3eba73caada102f269c9a (diff)
remove stray debug statement
Change-Id: I38cc1e01aca1f9f1100523ff025d53ac8a69e5b9 Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com>
-rw-r--r--src/hbtree/hbtree.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hbtree/hbtree.cpp b/src/hbtree/hbtree.cpp
index 18a35cef..fc1dabf4 100644
--- a/src/hbtree/hbtree.cpp
+++ b/src/hbtree/hbtree.cpp
@@ -1248,7 +1248,6 @@ bool HBtreePrivate::put(HBtreeTransaction *transaction, const QByteArray &keyDat
}
}
HBTREE_ASSERT(page != 0);
- fprintf(stderr, "page=%ld\n", (long)page);
bool ok = false;
if (spaceNeededForNode(keyData, valueData) <= spaceLeft(page))