From ab0efe1a1aa3a04d0c524147e93ef9452539072f Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@tiolive.com>
Date: Mon, 4 Mar 2013 11:30:50 +0100
Subject: [PATCH] jiotest.js console.log removed

---
 test/jiotests.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/jiotests.js b/test/jiotests.js
index 491b09a..a941b99 100644
--- a/test/jiotests.js
+++ b/test/jiotests.js
@@ -651,7 +651,6 @@ test ("Similar Jobs at the same time (Update)", function () {
     o.jio.put({"_id": "file", "content": "content"}, o.f2); // 2
     o.jio.put({"_id": "file", "content": "content"}, o.f3); // 3
     deepEqual(getLastJob(o.jio.getId()).id, 1, "Check job queue");
-    console.log(JSON.parse(JSON.stringify(localStorage)));
     o.tick(o, 1000, "f");
     o.tick(o, "f2");
     o.tick(o, "f3");
-- 
2.30.9