mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:08:54 +01:00
removed unnecessary error logging
This commit is contained in:
parent
ccb408af27
commit
a768722232
@ -394,12 +394,12 @@ final class notifications {
|
||||
continue;
|
||||
}
|
||||
// all backends failed - give error message
|
||||
if(!$user_notified) {
|
||||
/*if(!$user_notified) {
|
||||
error_log('Error: notification of receiver '.$receiver->handle.' failed for the following reasons:');
|
||||
foreach($backend_errors as $id=>$backend_error) {
|
||||
error_log($backend_error);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
break; // stop running through chain
|
||||
}
|
||||
// backend sucseeded
|
||||
@ -408,7 +408,7 @@ final class notifications {
|
||||
}
|
||||
}
|
||||
catch (Exception $exception_user) {
|
||||
error_log('Error: notification of receiver '.$receiver->handle.' failed: '.$exception_user->getMessage());
|
||||
//error_log('Error: notification of receiver '.$receiver->handle.' failed: '.$exception_user->getMessage());
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user