summaryrefslogtreecommitdiff
path: root/fig-web/src/Fig/Web
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-12-17 05:26:14 -0500
committerLLLL Colonq <llll@colonq>2025-12-17 05:26:14 -0500
commitbe79bc5f0a1435a8ba34b163218a44b93cca503d (patch)
treeec54ab16936061821dc72037174d93572cf8a72e /fig-web/src/Fig/Web
parent6a6c1174f1fd3d0b6eaf19f9e29c90e09984cb36 (diff)
Unlog
Diffstat (limited to 'fig-web/src/Fig/Web')
-rw-r--r--fig-web/src/Fig/Web/Module/TCG.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/fig-web/src/Fig/Web/Module/TCG.hs b/fig-web/src/Fig/Web/Module/TCG.hs
index 6e563ad..274fd4b 100644
--- a/fig-web/src/Fig/Web/Module/TCG.hs
+++ b/fig-web/src/Fig/Web/Module/TCG.hs
@@ -31,9 +31,7 @@ public a = do
status status404
respondText "card does not exist"
Just image -> do
- log $ "card dir: " <> pack cardDir
liftIO $ Dir.createDirectoryIfMissing True cardDir
- log $ "created directory"
liftIO $ BS.writeFile cardPath image
log $ "Deleting card from Redis: " <> uuid
DB.hdel a.db "tcg:cards" $ encodeUtf8 uuid