remove debug code
This commit is contained in:
parent
2bf65b4386
commit
7538535bff
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue