From 7538535bffc48699518f5f5778f04352153090f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Grac=CC=A7as?= Date: Mon, 8 Nov 2021 22:36:18 +0100 Subject: [PATCH] remove debug code --- clientlibrary/checkpoint/dynamodb-checkpointer.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/clientlibrary/checkpoint/dynamodb-checkpointer.go b/clientlibrary/checkpoint/dynamodb-checkpointer.go index 4465f5a..091700b 100644 --- a/clientlibrary/checkpoint/dynamodb-checkpointer.go +++ b/clientlibrary/checkpoint/dynamodb-checkpointer.go @@ -140,9 +140,6 @@ func (checkpointer *DynamoCheckpoint) GetLease(shard *par.ShardStatus, newAssign var claimRequest string if checkpointer.kclConfig.EnableLeaseStealing { - if currentCheckpointClaimRequest, ok := currentCheckpoint[ClaimRequestKey]; ok { - fmt.Printf("aaaaaa %v", currentCheckpointClaimRequest) - } if currentCheckpointClaimRequest, ok := currentCheckpoint[ClaimRequestKey]; ok && currentCheckpointClaimRequest.(*types.AttributeValueMemberS).Value != "" { claimRequest = currentCheckpointClaimRequest.(*types.AttributeValueMemberS).Value