diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-06 22:32:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-06 22:32:36 +0200 |
| commit | b9beca8449a10ba53807ecfc7d4b15cb6f14e82e (patch) | |
| tree | 4fbb030ff4e7d686b642e4a0bac90362597f07d5 /internal/platforms/linkedin | |
| parent | 4b34876fb23e42dcc1d9414cafa367147de42ad7 (diff) | |
refactor colors a bit
Diffstat (limited to 'internal/platforms/linkedin')
| -rw-r--r-- | internal/platforms/linkedin/oauth2/oauth2.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/platforms/linkedin/oauth2/oauth2.go b/internal/platforms/linkedin/oauth2/oauth2.go index 51beec9..a07d4bc 100644 --- a/internal/platforms/linkedin/oauth2/oauth2.go +++ b/internal/platforms/linkedin/oauth2/oauth2.go @@ -163,10 +163,8 @@ func WaitUntilURLIsReachable(url string) error { if err != nil { colour.Infof("URL is not reachable: %v", err) - fmt.Print("\n") } else { colour.Infof("URL is reachable: %s - Status Code: %d", url, resp.StatusCode) - fmt.Print("\n") resp.Body.Close() return nil } |
