Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
The debug confusion persists with even simpler examples e.g.
TOML.decode @int "3". Thus it has nothing to do with our code
and simply a user error.
  • Loading branch information
tbidne committed Jan 22, 2025
1 parent c14f46f commit ac3e8bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Pacer/Command/Chart/Data/Time.hs
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ instance DecodeTOML Timestamp where
<|> TimestampZoned
<$> tomlDecoder

-- TODO: Why does this fail???
--
-- TOML.decode @Timestamp "2024-10-20T14:30:00"

instance Parser Timestamp where
-- reuse toml instance since it is already done for us upstream.
parser = do
Expand Down

0 comments on commit ac3e8bf

Please sign in to comment.