Skip to content

Commit 8db20a5

Browse files
authored
Merge pull request #372 from serokell/heitor-lassarote/fix-withProgress
Fix extraneous `asdf` in `withProgress` output
2 parents bf95cd9 + 068d688 commit 8db20a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lsp/src/Language/LSP/Server/Core.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ withProgressBase indefinite title cancellable f = do
649649

650650
return res
651651
where updater progId (ProgressAmount percentage msg) = do
652-
liftIO $ putStrLn "asdf"
653652
sendNotification SProgress $ fmap Report $ ProgressParams progId $
654653
WorkDoneProgressReportParams Nothing msg percentage
655654

0 commit comments

Comments
 (0)