Removing another superflous debug statement.

This commit is contained in:
Renan DelValle 2018-03-06 17:12:11 -08:00
parent bfd9e985c2
commit 3c1c1f79b8
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -147,8 +147,6 @@ func (r *realisClient) thriftCallWithRetries(thriftCall auroraThriftCall) (*auro
r.lock.Lock()
defer r.lock.Unlock()
r.debugLogger.Println("Beginning Aurora Thrift Call")
resp, clientErr = thriftCall()
r.debugLogger.Printf("Aurora Thrift Call ended resp: %v clientErr: %v\n", resp, clientErr)