Skip to content

Commit

Permalink
fix: remove forgotten print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
onurcipe committed Sep 30, 2022
1 parent 5f77622 commit a036c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lib/controllers/CrudController.js
Expand Up @@ -154,8 +154,6 @@ class CrudController extends Controller
utility.isExist(hooks.after) ? await hooks.after(result.documents, result.count, session) : undefined;
}, undefined, session);

console.log(result);

await this._sendResponse(request, response, 200, result);
}
catch (error)
Expand Down
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@thedolphinos/cell",
"version": "0.185.0",
"version": "0.185.1",
"description": "A framework to build server side applications using MongoDB, Node.js and Express.",
"keywords": [
"dolphinos",
Expand Down Expand Up @@ -43,7 +43,6 @@
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"helmet": "^6.0.0",
"nodemon": "^2.0.19",
"require-self": "^0.2.3"
"nodemon": "^2.0.19"
}
}

0 comments on commit a036c09

Please sign in to comment.