Archived
1

Removed unnecessary todo

This commit is contained in:
Kim Wittenburg
2015-09-15 13:51:33 +02:00
committed by Kim Wittenburg
parent b694c18daf
commit bfa0deae4f

View File

@@ -627,7 +627,6 @@ extension MainViewController {
if recoveryOptionIndex == 0 {
return true
}
// TODO: Implementation
if let term = searchTerm where error == searchError || error.userInfo[NSUnderlyingErrorKey] === searchError {
beginSearchForTerm(term)
return true