remove some logs

This commit is contained in:
Saeed Vaziry
2023-08-06 23:04:01 +02:00
parent 94f14dc7a7
commit c2d515f9e5
5 changed files with 94 additions and 121 deletions

View File

@ -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);
}