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