Remove console logs
This commit is contained in:
@@ -109,8 +109,6 @@ async function runQuery({
|
||||
throw new Error("Wrong Input!");
|
||||
}
|
||||
|
||||
console.log("formattedQuery =>", formattedQuery);
|
||||
|
||||
if (local) {
|
||||
const rawResults = await LOCAL_DB_HANDLER(
|
||||
formattedQuery,
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user