Removed log statement

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-13 19:49:14 -07:00
parent d4a7811078
commit 92bb8fac32

View file

@ -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