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
@@ -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,