mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
remove some logs
This commit is contained in:
@ -133,8 +133,6 @@ public function deployKey(string $title, string $repo, string $key): void
|
||||
]
|
||||
);
|
||||
|
||||
info('github response', $response->json());
|
||||
|
||||
if ($response->status() != 201) {
|
||||
throw new FailedToDeployGitKey(json_decode($response->body())->message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user