Skip to content

Commit 21a531f

Browse files
committed
remove a use of putStrLn
1 parent b26b15f commit 21a531f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App/Fossa/Ficus/Analyze.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ runFicus ficusConfig = do
174174
-- Wait for stderr to finish
175175
stdErrLines <- wait stderrAsync
176176
exitCode <- waitExitCode p
177-
putStrLn $ "[Ficus] Ficus process returned exit code: " <> show exitCode
178177
pure (result, exitCode, stdErrLines)
179178

180179
if exitCode /= ExitSuccess

0 commit comments

Comments
 (0)