Commit 8be116b7 authored by Tristan Cavelier's avatar Tristan Cavelier

jio.js console.log removed

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