From c50d178864ad98c65869e9a2cd6c4455bca423d2 Mon Sep 17 00:00:00 2001 From: Ankan Saha Date: Wed, 9 Aug 2023 00:04:37 +0530 Subject: [PATCH] Removed Console logs --- package.json | 2 +- src/Js/Validator/FindValidator.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2bcb391..eedfb08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoland", - "version": "4.3.5", + "version": "4.3.6", "description": "mongoland is a superset of mongoose. It is a wrapper around mongoose. It manage your mongoose connection and keep it alive always. It also provide you some extra features like CRUD operations, etc.", "main": "./lib/Ts/Connection/Connection.js", "types": "./lib/Ts/Connection/Connection.d.ts", diff --git a/src/Js/Validator/FindValidator.js b/src/Js/Validator/FindValidator.js index dcd3f58..991a9bd 100644 --- a/src/Js/Validator/FindValidator.js +++ b/src/Js/Validator/FindValidator.js @@ -35,7 +35,6 @@ export default async function findValidator(Filter) { return false; } else if(Array.isArray(Filter) === true){ - console.log("Filter Validated"); return true; } } // Exporting the findValidator function \ No newline at end of file