mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Disable debug info.
This commit is contained in:
parent
ac8309819c
commit
c5bf91a9fe
@ -101,10 +101,9 @@ mindplot.RESTPersistenceManager = new Class({
|
||||
events.onError(userMsg);
|
||||
persistence.onSave = false;
|
||||
|
||||
// @Todo: Only for debug. Remove ...
|
||||
if (this.status != 0) {
|
||||
throw new Error("responseText:" + responseText + ",status:" + this.status);
|
||||
}
|
||||
// if (this.status != 0) {
|
||||
// throw new Error("responseText:" + responseText + ",status:" + this.status);
|
||||
// }
|
||||
},
|
||||
|
||||
headers:{"Content-Type":"application/json", "Accept":"application/json"},
|
||||
|
Loading…
Reference in New Issue
Block a user