remove debug printfs
Former-commit-id: 3dbd455321e4a2ee47a24662e164eac0e5614965
This commit is contained in:
parent
f40359cde6
commit
46d5a1977e
5
src/gc.h
5
src/gc.h
@ -63,13 +63,10 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(vecclean.empty() || fMinElement))
|
assert(vecclean.empty() || fMinElement);
|
||||||
printf("############################## ERROR CASE ############################\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lock.unlock(); // don't hold it for the potentially long delete of vecclean
|
lock.unlock(); // don't hold it for the potentially long delete of vecclean
|
||||||
if (vecclean.size())
|
|
||||||
printf("!!!!!!!!!!!!!!!! Deleted %lu snapshots !!!!!!!!!!!!!!!!!!!!!\n", vecclean.size());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void enqueue(uint64_t epoch, std::unique_ptr<T> &&sp)
|
void enqueue(uint64_t epoch, std::unique_ptr<T> &&sp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user