fix: cleanup logs

This commit is contained in:
Igor Sirotin 2025-12-19 00:12:20 +00:00
parent 8160d70401
commit 72b7e81bf3
No known key found for this signature in database
GPG Key ID: 0EABBCB40CB9AD4A

View File

@ -175,7 +175,6 @@ func NewReliabilityManager(logger *zap.Logger) (*ReliabilityManager, error) {
if C.getRet(resp) != C.RET_OK {
errMsg := C.GoStringN(C.getMyCharPtr(resp), C.int(C.getMyCharLen(resp)))
Error("error NewReliabilityManager: %v", errMsg)
return nil, errors.New(errMsg)
}