Remove Logs

This commit is contained in:
Benjamin Toby
2025-01-27 11:35:45 +01:00
parent 97fc8f42c2
commit e41224bab7
3 changed files with 1 additions and 3 deletions
@@ -78,7 +78,6 @@ function sqlGenerator({ tableName, genObject, dbFullName }) {
join: genObject.join,
});
});
console.log("queryObj.operator", queryObj.operator);
return ("(" +
subSearchString.join(` ${queryObj.operator || "AND"} `) +
")");