Remove console logs

This commit is contained in:
Benjamin Toby 2024-11-18 10:59:40 +01:00
parent ebb6141ec5
commit 5d9f95f37e
2 changed files with 1 additions and 3 deletions

View File

@ -109,8 +109,6 @@ async function runQuery({
throw new Error("Wrong Input!"); throw new Error("Wrong Input!");
} }
console.log("formattedQuery =>", formattedQuery);
if (local) { if (local) {
const rawResults = await LOCAL_DB_HANDLER( const rawResults = await LOCAL_DB_HANDLER(
formattedQuery, formattedQuery,

View File

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