mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Removed log statement
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d4a7811078
commit
92bb8fac32
|
@ -30,7 +30,6 @@ class CheckoutableListener
|
||||||
public function onCheckedOut($event)
|
public function onCheckedOut($event)
|
||||||
{
|
{
|
||||||
|
|
||||||
\Log::debug('onCheckedOut in the Checkoutable listener fired');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When the item wasn't checked out to a user, we can't send notifications
|
* When the item wasn't checked out to a user, we can't send notifications
|
||||||
|
|
Loading…
Reference in a new issue