mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Clean up for logging
This commit is contained in:
parent
5851a3ed7d
commit
f9e44df6fe
@ -70,7 +70,7 @@ class AuthService
|
||||
|
||||
$message_body = json_decode($response->getBody(), true);
|
||||
|
||||
info(print_r($message_body,1));
|
||||
//info(print_r($message_body,1));
|
||||
|
||||
$this->isSuccessful = true;
|
||||
$this->token = $message_body['data'][0]['token']['token'];
|
||||
|
Loading…
Reference in New Issue
Block a user