mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed logging statement
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8c64e7359a
commit
eb5f33e815
|
@ -54,7 +54,6 @@ class CheckinAssetNotification extends Notification
|
||||||
* has the corresponding checkbox checked.
|
* has the corresponding checkbox checked.
|
||||||
*/
|
*/
|
||||||
if ($this->item->checkin_email() && $this->target instanceof User && $this->target->email != '') {
|
if ($this->item->checkin_email() && $this->target instanceof User && $this->target->email != '') {
|
||||||
\Log::debug('use email');
|
|
||||||
$notifyBy[] = 'mail';
|
$notifyBy[] = 'mail';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue