Commit 3372ec48 authored by Tristan Cavelier's avatar Tristan Cavelier

jio.js console.log removed

parent b88abd84
......@@ -444,7 +444,6 @@ defaults.job_rule_conditions = {};
* @return {Boolean} True if ids exist, else false
*/
function haveDocumentIds(a, b) {
console.log(JSON.stringify(a.kwargs), JSON.stringify(b.kwargs));
if (typeof a.kwargs._id !== "string" || a.kwargs._id === "") {
return false;
}
......
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