Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunil Kumar Mohanty committed Apr 27, 2019
1 parent 02829cf commit 96943bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aws/resource_aws_dynamodb_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,6 @@ func resourceAwsDynamoDbTableCreate(d *schema.ResourceData, meta interface{}) er
}
}

// if err := setTagsDynamoDb(conn, d); err != nil {
// return fmt.Errorf("error adding DynamoDB Table (%s) tags: %s", d.Id(), err)
// }

if d.Get("point_in_time_recovery.0.enabled").(bool) {
if err := updateDynamoDbPITR(d, conn); err != nil {
return fmt.Errorf("error enabling DynamoDB Table (%s) point in time recovery: %s", d.Id(), err)
Expand Down

0 comments on commit 96943bb

Please sign in to comment.