Useless info messages removed
This commit is contained in:
parent
0b423b73ac
commit
3fc3ded750
39 changed files with 47 additions and 90 deletions
|
|
@ -584,8 +584,6 @@ function events_content(App $a)
|
|||
|
||||
if (Item::exists(['id' => $ev[0]['itemid']])) {
|
||||
notice(DI::l10n()->t('Failed to remove event') . EOL);
|
||||
} else {
|
||||
info(DI::l10n()->t('Event removed') . EOL);
|
||||
}
|
||||
|
||||
DI::baseUrl()->redirect('events');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue