diff --git a/src/routes/renderRoutes.js b/src/routes/renderRoutes.js index 916f7b4..b4a0243 100644 --- a/src/routes/renderRoutes.js +++ b/src/routes/renderRoutes.js @@ -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();