diff --git a/ConflictSet.cpp b/ConflictSet.cpp index 8568c9e..10ab695 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -1416,7 +1416,6 @@ int firstNeqStride(const uint8_t *ap, const uint8_t *bp) { int longestCommonPrefix(const uint8_t *ap, const uint8_t *bp, int cl) { assume(cl >= 0); - printf("cl: %d\n", cl); int i = 0; int end; @@ -2450,8 +2449,6 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl { n = nextPhysical(n); } for (; keyUpdates > 0 && n != nullptr; --keyUpdates) { - printf("len: %d, cap: %d, type: %d %s\n", n->partialKeyLen, - n->getCapacity(), n->getType(), getSearchPath(n).c_str()); if (n->entryPresent && std::max(n->entry.pointVersion, n->entry.rangeVersion) <= oldestVersion) { // Any transaction n would have prevented from committing is