remove unused comments
This commit is contained in:
parent
34bedd7c1c
commit
1ba6069c88
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ mongoose.connect(env.get("MONGO_DB_URI"), {
|
|||
useUnifiedTopology: true,
|
||||
});
|
||||
|
||||
//check if db is connected
|
||||
mongoose.connection.on('connected', () => {
|
||||
console.log('Mongoose is connected');
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue