Useless info messages removed

This commit is contained in:
Michael 2020-07-23 06:11:21 +00:00
commit 3fc3ded750
39 changed files with 47 additions and 90 deletions

View file

@ -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');