mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
msgpipeline: Remove duplicated 'delivery aborted' debug message
This commit is contained in:
parent
739dc29f26
commit
7a68871258
1 changed files with 0 additions and 1 deletions
|
@ -412,7 +412,6 @@ func (dd msgpipelineDelivery) Abort() error {
|
|||
// Continue anyway and try to Abort all remaining delivery objects.
|
||||
}
|
||||
}
|
||||
dd.log.Debugf("delivery aborted")
|
||||
return lastErr
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue