Remove mistakenly checked in printfs

This commit is contained in:
2024-03-18 14:03:09 -07:00
parent c6c438bae2
commit 6a13c43a78
-3
View File
@@ -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