forked from weaselab/conflict-set
Remove mistakenly checked in printfs
This commit is contained in:
@@ -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) {
|
int longestCommonPrefix(const uint8_t *ap, const uint8_t *bp, int cl) {
|
||||||
assume(cl >= 0);
|
assume(cl >= 0);
|
||||||
printf("cl: %d\n", cl);
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
int end;
|
int end;
|
||||||
|
|
||||||
@@ -2450,8 +2449,6 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl {
|
|||||||
n = nextPhysical(n);
|
n = nextPhysical(n);
|
||||||
}
|
}
|
||||||
for (; keyUpdates > 0 && n != nullptr; --keyUpdates) {
|
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,
|
if (n->entryPresent && std::max(n->entry.pointVersion,
|
||||||
n->entry.rangeVersion) <= oldestVersion) {
|
n->entry.rangeVersion) <= oldestVersion) {
|
||||||
// Any transaction n would have prevented from committing is
|
// Any transaction n would have prevented from committing is
|
||||||
|
|||||||
Reference in New Issue
Block a user