Skip to content

Commit

Permalink
Merge pull request #631 from lukemartinlogan/dev
Browse files Browse the repository at this point in the history
Remove print statements
  • Loading branch information
lukemartinlogan authored Oct 21, 2023
2 parents 6d4f5aa + 7dd16d2 commit 37853ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/hermes_blob_mdm/src/hermes_blob_mdm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ class Server : public TaskLib {
blob_info.last_flush_ = 0;
blob_info.UpdateWriteStats();
if (task->flags_.Any(HERMES_IS_FILE)) {
HILOG(kInfo, "Staging in using stager mdm {} on bucket {}",
stager_mdm_.id_, task->tag_id_);
blob_info.mod_count_ = 1;
blob_info.last_flush_ = 1;
LPointer<data_stager::StageInTask> stage_task =
Expand All @@ -255,8 +253,6 @@ class Server : public TaskLib {
HRUN_CLIENT->DelTask(stage_task);
}
} else {
HILOG(kInfo, "Reaccessing a blob using stager mdm {} on bucket {}",
stager_mdm_.id_, task->tag_id_);
// Modify existing blob
blob_info.UpdateWriteStats();
}
Expand Down

0 comments on commit 37853ac

Please sign in to comment.