diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-02 10:33:26 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-02 10:33:26 +0200 |
| commit | 06a615903d8cd18b50003df138baf2938c6585bd (patch) | |
| tree | b1eb266acbe1f263490cd00a10864fe0d1260b6f | |
| parent | fbb5b4a8fdf31072abc3ec8727a4061b76fa8a4c (diff) | |
no payload
| -rw-r--r-- | internal/platforms/linkedin/linkedin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/platforms/linkedin/linkedin.go b/internal/platforms/linkedin/linkedin.go index 7db0e0d..20bb1c2 100644 --- a/internal/platforms/linkedin/linkedin.go +++ b/internal/platforms/linkedin/linkedin.go @@ -100,7 +100,6 @@ func postMessageToLinkedInAPI(ctx context.Context, personID, accessToken, conten } payload, err := json.Marshal(post) - fmt.Println(string(payload)) if err != nil { return fmt.Errorf("Error encoding JSON:%w", err) } |
