summaryrefslogtreecommitdiffstats
path: root/src/invidious/routes/api/v1/authenticated.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/invidious/routes/api/v1/authenticated.cr')
-rw-r--r--src/invidious/routes/api/v1/authenticated.cr4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/invidious/routes/api/v1/authenticated.cr b/src/invidious/routes/api/v1/authenticated.cr
index ce2ee812..a35d2f2b 100644
--- a/src/invidious/routes/api/v1/authenticated.cr
+++ b/src/invidious/routes/api/v1/authenticated.cr
@@ -178,10 +178,6 @@ module Invidious::Routes::API::V1::Authenticated
Invidious::Database::Users.subscribe_channel(user, ucid)
end
- # For Google accounts, access tokens don't have enough information to
- # make a request on the user's behalf, which is why we don't sync with
- # YouTube.
-
env.response.status_code = 204
end