From f9e44df6fef08a4558f88fb601f57dfef8c5ca2b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 26 Apr 2022 13:16:16 +1000 Subject: [PATCH] Clean up for logging --- app/Services/Migration/AuthService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Migration/AuthService.php b/app/Services/Migration/AuthService.php index 0218362013..4be7e8312f 100644 --- a/app/Services/Migration/AuthService.php +++ b/app/Services/Migration/AuthService.php @@ -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'];