remove broken, unused done method in MongoDBEmitter
This commit is contained in:
parent
2b1c2d9d26
commit
1c996eab29
1 changed files with 0 additions and 3 deletions
|
@ -182,6 +182,3 @@ class MongoDBEmitter(Emitter):
|
|||
|
||||
def emit_record(self, record):
|
||||
self.collection.insert(record)
|
||||
|
||||
def done(self, record):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue