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:
parent
d48756ea79
commit
fb8bf55e5c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user