Skip to content

Commit

Permalink
Merge pull request #42 from AnkanSaha/dev
Browse files Browse the repository at this point in the history
Removed Console logs
  • Loading branch information
AnkanSaha authored Aug 8, 2023
2 parents 94bec4a + c50d178 commit b2b22cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/Js/Validator/FindValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2b22cb

Please sign in to comment.