diff options
| author | LLLL Colonq <llll@colonq> | 2025-12-17 05:26:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-12-17 05:26:14 -0500 |
| commit | be79bc5f0a1435a8ba34b163218a44b93cca503d (patch) | |
| tree | ec54ab16936061821dc72037174d93572cf8a72e /fig-web/src/Fig | |
| parent | 6a6c1174f1fd3d0b6eaf19f9e29c90e09984cb36 (diff) | |
Unlog
Diffstat (limited to 'fig-web/src/Fig')
| -rw-r--r-- | fig-web/src/Fig/Web/Module/TCG.hs | 2 |
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 |
