Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Furr committed Sep 26, 2018
1 parent 0fd10f0 commit 4070120
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mongolog/management/commands/mongolog_purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ def handle(self, *args, **options):
db = client.mongolog
self.collection = getattr(db, handler.collection)

raise Exception(type(self.collection), type(handler.collection))
self.collection = handler.collection

if options['backup']:
self.backup()

Expand Down

0 comments on commit 4070120

Please sign in to comment.