Skip to content

Commit

Permalink
closes #245 - remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
khoa authored and khoa committed Oct 29, 2020
1 parent 11b901c commit 6e7e6ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/renderRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const prod = () => {
// If you are here because you are implementing another database, then
// just add to the hashtables above! No need to touch down here.
routes.database = async (req, res) => {
console.log("hiaheoifhaie");
const { email, userid } = req.session;
const { database } = req.params;
const { Accounts } = db.getModels();
Expand Down

0 comments on commit 6e7e6ca

Please sign in to comment.