1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Clean up logging

This commit is contained in:
David Bomba 2021-01-31 17:49:28 +11:00
parent d48756ea79
commit fb8bf55e5c

View File

@ -54,8 +54,6 @@ class InvitationController extends Controller
->with('contact.client')
->firstOrFail();
nlog($invitation->contact->client->id);
nlog($invitation->invoice->client_id);
/* Return early if we have the correct client_hash embedded */
if (request()->has('client_hash') && request()->input('client_hash') == $invitation->contact->client->client_hash) {