Skip to content

Commit

Permalink
[BUGFIX release] Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Nov 11, 2015
1 parent 3a84960 commit 9e07cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ember-data/lib/serializers/json-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ export default Serializer.extend({

if (!hash.hasOwnProperty(payloadKey)) { continue; }

// we need to normalize for JSONAPISerializer
if (get(modelClass, 'attributes').has(key)) {
normalizedKey = this.keyForAttribute(key);
}
Expand Down

0 comments on commit 9e07cac

Please sign in to comment.