diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-02-04 18:36:39 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-02-04 18:36:39 -0500 |
| commit | 2ef631b425070fd3d9a0581ee9f77f563edebe20 (patch) | |
| tree | 2f1887937da8eb5b2b5a16fb3ea122c6b0da3c0a /web | |
| parent | 1d2bcebb5289372015967aaff7e6cf7029e0c7c6 (diff) | |
| download | x-2ef631b425070fd3d9a0581ee9f77f563edebe20.tar.xz x-2ef631b425070fd3d9a0581ee9f77f563edebe20.zip | |
mastodon/robocadey2: contact logos over tsnet
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web')
| -rw-r--r-- | web/mastodon/status.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/mastodon/status.go b/web/mastodon/status.go index f3b8774..bdb0bbf 100644 --- a/web/mastodon/status.go +++ b/web/mastodon/status.go @@ -4,7 +4,6 @@ import ( "context" "encoding/json" "io" - "log" "net/http" "net/url" "time" @@ -40,8 +39,6 @@ func (csp CreateStatusParams) Values() url.Values { result.Add("media_ids[]", id) } - log.Println(result.Encode()) - return result } |
