Skip to content

Commit 73f669d

Browse files
committed
Remove hlintOn logging
1 parent fc4ea30 commit 73f669d

File tree

1 file changed

+0
-1
lines changed
  • plugins/hls-hlint-plugin/src/Ide/Plugin

1 file changed

+0
-1
lines changed

plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ rules :: Rules ()
8989
rules = do
9090
define $ \GetHlintDiagnostics file -> do
9191
hlintOn' <- hlintOn <$> getClientConfigAction
92-
logm $ "hlint:rules:hlintOn=" <> show hlintOn'
9392
ideas <- if hlintOn' then getIdeas file else return (Right [])
9493
return (diagnostics file ideas, Just ())
9594

0 commit comments

Comments
 (0)