Skip to content

Commit

Permalink
remove unecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTaelin committed Oct 1, 2024
1 parent a29f18b commit 74a540a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Kind/API.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ apiCheckFile book defs path = do
Just names -> [(name, term) | name <- names, Just term <- [M.lookup name book]]
Nothing -> []
results <- forM termsToCheck $ \(name, term) -> do
putStrLn $ "Checking " ++ name ++ ":"
case envRun (doCheck term) book of
Done state value -> do
apiPrintLogs state
Expand Down

0 comments on commit 74a540a

Please sign in to comment.