From 3f9a8e0055caf350b07f31e3f99351590f774944 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sat, 7 Mar 2026 23:43:25 -0500 Subject: fig-monitor-twitch: Don't log app token --- fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth/AppToken.hs | 1 - 1 file changed, 1 deletion(-) 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{..} -- cgit v1.2.3