rogue console.log
This commit is contained in:
parent
5c49c6b581
commit
61f53a0de0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue