Skip to content

Commit 6e7e6ca

Browse files
khoakhoa
authored andcommitted
closes #245 - remove console log
1 parent 11b901c commit 6e7e6ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/renderRoutes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const prod = () => {
3232
// If you are here because you are implementing another database, then
3333
// just add to the hashtables above! No need to touch down here.
3434
routes.database = async (req, res) => {
35-
console.log("hiaheoifhaie");
3635
const { email, userid } = req.session;
3736
const { database } = req.params;
3837
const { Accounts } = db.getModels();

0 commit comments

Comments
 (0)