From 8d5a2d2414b74994419ac703edd6314f7aa078bb Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 6 Mar 2018 15:00:29 -0800 Subject: [PATCH] Removing OK Aurora acknowledgment. --- retry.go | 1 - 1 file changed, 1 deletion(-) diff --git a/retry.go b/retry.go index d2ceb6c..6cb2c69 100644 --- a/retry.go +++ b/retry.go @@ -181,7 +181,6 @@ func (r *realisClient) thriftCallWithRetries(thriftCall auroraThriftCall) (*auro // If the thrift call succeeded, stop retrying case aurora.ResponseCode_OK: - r.debugLogger.Println("OK reply from Aurora") return resp, nil // If the response code is transient, continue retrying