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,
|
||||
|
||||
Reference in New Issue
Block a user