We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4ea30 commit 73f669dCopy full SHA for 73f669d
plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs
@@ -89,7 +89,6 @@ rules :: Rules ()
89
rules = do
90
define $ \GetHlintDiagnostics file -> do
91
hlintOn' <- hlintOn <$> getClientConfigAction
92
- logm $ "hlint:rules:hlintOn=" <> show hlintOn'
93
ideas <- if hlintOn' then getIdeas file else return (Right [])
94
return (diagnostics file ideas, Just ())
95
0 commit comments