Skip to content

Commit

Permalink
Remove nonsensical comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgode committed Apr 10, 2018
1 parent dff6d44 commit b7a2c2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ func (c *client) MultiUpsert(ctx context.Context, fieldsToUpdate []string, entit
fieldValues[k] = v
}

// translate entity field values to a map of primary key name/values pairs
// required to perform a read
listMultiValues = append(listMultiValues, fieldValues)
}

Expand Down

0 comments on commit b7a2c2b

Please sign in to comment.