Commit 3865c36d authored by Tristan Cavelier's avatar Tristan Cavelier

console.log + useless lines removed

parent 2985d31d
......@@ -620,7 +620,6 @@
response = JSON.parse(response);
response._id = priv.indices[index].id;
response._attachment = priv.indices[index].attachment || "body";
console.log(response);
response_list[index] = new JSONIndex(response);
} catch (e) {
return that.error(generateErrorObject(
......
......@@ -29,13 +29,6 @@
priv.doc_tree_suffix = ".revision_tree.json";
priv.sub_storage = spec.sub_storage;
// METHODS //
/**
* Constructor
*/
priv.RevisionStorage = function () {
// no init
};
/**
* Description to store in order to be restored later
* @method specToStore
......@@ -1035,7 +1028,6 @@
};
// END //
priv.RevisionStorage();
return that;
}); // end RevisionStorage
......
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