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

console.log + useless lines removed

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