Skip to content

Commit

Permalink
fixup! add webmention.io integration
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfii committed Jan 22, 2025
1 parent 6aa4bd9 commit 78fc20a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WMentions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import Data.Maybe
import GHC.Generics(Generic)
import System.Environment.Blank (getEnv)
import System.Posix.Files (fileExist)
import Debug.Trace
import Text.Blaze.Html.Renderer.String (renderHtml)
import Data.Map (Map)
import Data.Map qualified as Map
Expand Down Expand Up @@ -118,7 +117,6 @@ renderLike (Object kmap) = do
getFromFileOrWebmentionIO :: IO StoredMentions
getFromFileOrWebmentionIO = do
webementionIoToken <- getEnv "WMTOKEN"
putStrLn $ "Warning: toker is this" <> show webementionIoToken
newMentions <- case webementionIoToken of
Nothing -> do
putStrLn $ "Warning: no webmention.io token found"
Expand Down

0 comments on commit 78fc20a

Please sign in to comment.