Removed debug line

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-10-24 17:01:51 +01:00
parent 29f438123e
commit c756849497

View file

@ -26,7 +26,6 @@ class CheckinAccessoryNotification extends Notification
$this->admin = $checkedInby;
$this->note = $note;
$this->settings = Setting::getSettings();
\Log::debug('Constructor for notification fired');
}
/**