Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
RumovZ committed Apr 28, 2024
1 parent c74daa5 commit 6aa49a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qt/aqt/import_export/exporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ def __init__(
def reject(self) -> None:
assert self.web
self.col.set_wants_abort()
# if not self.col.db:
# # interrupted before collection could be reopened
# self.col.reopen()
self.web.cleanup()
self.web = None
QDialog.reject(self)
Expand Down

0 comments on commit 6aa49a9

Please sign in to comment.