Commit 0432ed19 authored by Tristan Cavelier's avatar Tristan Cavelier

s3storage tests console.log removed

parent c42210b1
...@@ -678,11 +678,9 @@ ...@@ -678,11 +678,9 @@
] ]
); );
console.log(o);
o.spy(o, "jobstatus", "done", "AllDocs with include docs"); o.spy(o, "jobstatus", "done", "AllDocs with include docs");
o.jio.allDocs({"include_docs": true}, o.f); o.jio.allDocs({"include_docs": true}, o.f);
console.log(o.f);
o.clock.tick(5000); o.clock.tick(5000);
o.server.respond(); o.server.respond();
o.tick(o); o.tick(o);
......
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