mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
removed unnecessary error logging
This commit is contained in:
parent
5ff54af20b
commit
1b256c503d
@ -425,15 +425,15 @@ final class notifications {
|
|||||||
if($action == 'stop' || $action == 'fail') { break; } // stop running through chain
|
if($action == 'stop' || $action == 'fail') { break; } // stop running through chain
|
||||||
}
|
}
|
||||||
// check if the user has been notified at all
|
// check if the user has been notified at all
|
||||||
if(!$user_notified) {
|
/*if(!$user_notified) {
|
||||||
error_log('Error: notification of receiver '.$receiver->handle.' failed for the following reasons:');
|
error_log('Error: notification of receiver '.$receiver->handle.' failed for the following reasons:');
|
||||||
foreach($backend_errors as $id=>$backend_error) {
|
foreach($backend_errors as $id=>$backend_error) {
|
||||||
error_log($backend_error);
|
error_log($backend_error);
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
catch (Exception $exception_user) {
|
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;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user