Remove console logs
This commit is contained in:
parent
ebb6141ec5
commit
5d9f95f37e
@ -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,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": {
|
||||
|
Loading…
Reference in New Issue
Block a user