Skip to content

Commit

Permalink
Remove outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
phuchle committed Jan 22, 2018
1 parent 2333d44 commit f34dda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/seedDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ const seedDB = async () => {
})
);

// doesn't work right if db.close() is uncommented
await db.close();

console.log('****************************************');
console.log(' Database successfully seeded.');
console.log('****************************************');
Expand Down

1 comment on commit f34dda8

@jwu910
Copy link
Contributor

@jwu910 jwu910 commented on f34dda8 Jan 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.