Commit bdb738e0 authored by Tristan Cavelier's avatar Tristan Cavelier

console.log removed

parent 498c67f7
...@@ -611,7 +611,6 @@ jIO.addStorageType('revision', function (spec, my) { ...@@ -611,7 +611,6 @@ jIO.addStorageType('revision', function (spec, my) {
); );
}; };
f.copyAttachment = function (attachmentid, attachment) { f.copyAttachment = function (attachmentid, attachment) {
console.log(attachmentid);
that.addJob( that.addJob(
"get", "get",
priv.substorage, priv.substorage,
......
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