msgpipeline: Remove duplicated 'delivery aborted' debug message

This commit is contained in:
fox.cpp 2019-11-05 01:26:18 +03:00
parent 739dc29f26
commit 7a68871258
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C

View file

@ -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
}