mirror of
https://github.com/discourse/discourse.git
synced 2025-06-09 00:58:04 +08:00
rogue console.log
This commit is contained in:
@ -21,7 +21,6 @@ const RestModel = Ember.Object.extend(Presence, {
|
|||||||
|
|
||||||
res = self.__munge(res.payload || res.responseJson);
|
res = self.__munge(res.payload || res.responseJson);
|
||||||
|
|
||||||
console.log(res);
|
|
||||||
if (res.success === "OK") {
|
if (res.success === "OK") {
|
||||||
Ember.warn("An update call should return the updated attributes");
|
Ember.warn("An update call should return the updated attributes");
|
||||||
res = props;
|
res = props;
|
||||||
|
Reference in New Issue
Block a user