Commit 70b319e4 authored by Tristan Cavelier's avatar Tristan Cavelier

remove useless comments

parent f8201f25
...@@ -288,13 +288,6 @@ ...@@ -288,13 +288,6 @@
null, null,
this._login this._login
); );
// .then(function (v) { // for sinon js compatibility
// return {"target": {
// "status": v.target.status,
// "statusText": v.target.statusText,
// "response": new Blob([v.target.responseText])
// }};
// });
}; };
DavStorage.prototype._remove = function (param) { DavStorage.prototype._remove = function (param) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment