summaryrefslogtreecommitdiff
path: root/fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-03-07 23:43:25 -0500
committerLLLL Colonq <llll@colonq>2026-03-07 23:43:25 -0500
commit3f9a8e0055caf350b07f31e3f99351590f774944 (patch)
treedc0926fb72a7aea4cb8d903bded1c1cad192c563 /fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth
parentcb85036ca25cd9e13e4e959e105b88bb73dbf9e5 (diff)
fig-monitor-twitch: Don't log app token
Diffstat (limited to 'fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth')
-rw-r--r--fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth/AppToken.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth/AppToken.hs b/fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth/AppToken.hs
index 2796f7e..fd33abe 100644
--- a/fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth/AppToken.hs
+++ b/fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth/AppToken.hs
@@ -78,5 +78,4 @@ runAuthed :: Config -> Authed a -> IO a
runAuthed config body = do
manager <- HTTP.newManager HTTP.tlsManagerSettings
appToken <- getAppToken manager config
- log $ "got app token! " <> appToken
runReaderT body.unAuthed RequestConfig{..}