removed TODO comment

This commit is contained in:
Philip Ridout 2016-11-12 08:34:55 +00:00
parent 9f90b89076
commit 906f9af54b
1 changed files with 0 additions and 1 deletions

View File

@ -444,7 +444,6 @@ class BibleMediaItem(MediaManagerItem):
only updated when we are doing reference or combined search, in text search the completion list is removed.
"""
log.debug('update_auto_completer')
# TODO: Move this else where?
# Save the current bible to the configuration.
Settings().setValue('{section}/quick bible'.format(section=self.settings_section),
self.quickVersionComboBox.currentText())