rogue console.log

This commit is contained in:
Sam 2015-04-16 12:59:16 +10:00
parent 5c49c6b581
commit 61f53a0de0
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ const RestModel = Ember.Object.extend(Presence, {
res = self.__munge(res.payload || res.responseJson);
console.log(res);
if (res.success === "OK") {
Ember.warn("An update call should return the updated attributes");
res = props;