[#648] objsvc/delete: Remove redundant logs

We never propagate delete requests to the container node, because
tombstone broadcast is done via PUT. No need to pollute logs.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2023-08-25 10:43:49 +03:00 committed by Evgenii Stratonikov
parent 40b556fc19
commit d2084ece41
3 changed files with 2 additions and 16 deletions

View file

@ -82,7 +82,6 @@ const (
PersistentCouldNotCleanUpExpiredTokens = "could not clean up expired tokens"
ControllerReportIsAlreadyStarted = "report is already started"
TombstoneCouldNotGetTheTombstoneTheSource = "tombstone getter: could not get the tombstone the source"
DeleteRequestIsNotRolledOverToTheContainer = "request is not rolled over to the container"
DeleteCouldNotComposeSplitInfo = "could not compose split info"
DeleteNoSplitInfoObjectIsPHY = "no split info, object is PHY"
DeleteAssemblingChain = "assembling chain..."