We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b901c commit 6e7e6caCopy full SHA for 6e7e6ca
src/routes/renderRoutes.js
@@ -32,7 +32,6 @@ const prod = () => {
32
// If you are here because you are implementing another database, then
33
// just add to the hashtables above! No need to touch down here.
34
routes.database = async (req, res) => {
35
- console.log("hiaheoifhaie");
36
const { email, userid } = req.session;
37
const { database } = req.params;
38
const { Accounts } = db.getModels();
0 commit comments