diff options
Diffstat (limited to 'fig-monitor-twitch/src')
| -rw-r--r-- | fig-monitor-twitch/src/Fig/Monitor/Twitch/Auth/AppToken.hs | 1 |
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{..} |
