mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
remove unnecessary finally blocks
This commit is contained in:
parent
d4504c39c6
commit
4e9d129dd3
2 changed files with 2 additions and 4 deletions
|
@ -92,8 +92,6 @@ class RemoveMe extends BaseSettings
|
|||
$this->baseUrl->redirect();
|
||||
} catch (\RuntimeException $e) {
|
||||
$this->systemMessages->addNotice($e->getMessage());
|
||||
} finally {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue