diff --git a/sds/sds.go b/sds/sds.go index f864a32..985cbc8 100644 --- a/sds/sds.go +++ b/sds/sds.go @@ -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) }