mirror of https://github.com/milvus-io/milvus.git
refactor(db): remove dummy print
Former-commit-id: d085da4d7b5f81cf3183393751aa80b7f5f966e7pull/191/head
parent
e46a1ece01
commit
9fcfb1e8e5
|
@ -459,7 +459,6 @@ Status DBMetaImpl::archive_files() {
|
|||
if (criteria == "days") {
|
||||
long usecs = 3600*24*limit*1000000UL;
|
||||
long now = utils::GetMicroSecTimeStamp();
|
||||
LOG(DEBUG) << "Limit " << limit << " TimeLimit " << now - usecs;
|
||||
try
|
||||
{
|
||||
ConnectorPtr->update_all(
|
||||
|
|
Loading…
Reference in New Issue