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 6b04abf commit f1aa13dCopy full SHA for f1aa13d
app/db.js
@@ -7,7 +7,6 @@ if (process.env.MONGOLAB_URI) {
7
8
// connect only if no existing connection is made
9
if (mongoose.connection.readyState === 0) {
10
- console.log('connecting: ' + process.config.mongouri);
11
mongoose.connect(process.config.mongouri, { useNewUrlParser: true });
12
}
13
0 commit comments