Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
db: dont emit on process
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Jan 29, 2013
1 parent e15d743 commit 379d289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ function createConstructor (db) {
return console.error(err);
}

process.emit('gomon:db-dropped', name);

db.collections(function () {
log('database "%s" was dropped', name);
});
Expand Down

0 comments on commit 379d289

Please sign in to comment.