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

View File

@ -78,7 +78,6 @@ function sqlGenerator({ tableName, genObject, dbFullName }) {
join: genObject.join,
});
});
console.log("queryObj.operator", queryObj.operator);
return ("(" +
subSearchString.join(` ${queryObj.operator || "AND"} `) +
")");

View File

@ -117,7 +117,6 @@ export default function sqlGenerator<
join: genObject.join,
});
});
console.log("queryObj.operator", queryObj.operator);
return (
"(" +

View File

@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "3.9.5",
"version": "3.9.6",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {