mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-02 00:45:30 +08:00
refactor(db): remove dummy print
Former-commit-id: ffc431eeb98d3a4a52708954e2a1e240ad713ebc
This commit is contained in:
parent
7565a53290
commit
cd2afcb2a4
@ -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…
x
Reference in New Issue
Block a user