Skip to content

Commit f1aa13d

Browse files
author
Danny Diekroeger
committed
removed console.log
1 parent 6b04abf commit f1aa13d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/db.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ if (process.env.MONGOLAB_URI) {
77

88
// connect only if no existing connection is made
99
if (mongoose.connection.readyState === 0) {
10-
console.log('connecting: ' + process.config.mongouri);
1110
mongoose.connect(process.config.mongouri, { useNewUrlParser: true });
1211
}
1312

0 commit comments

Comments
 (0)