Skip to content

Commit 49809ea

Browse files
committed
Remove debug logs
1 parent eb58411 commit 49809ea

File tree

1 file changed

+0
-1
lines changed
  • unison-cli/src/Unison/CommandLine

1 file changed

+0
-1
lines changed

unison-cli/src/Unison/CommandLine/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ getUserInput codebase authHTTPClient currentPath numberedArgs =
104104
ws -> do
105105
liftIO (parseInput codebase currentPath numberedArgs IP.patternMap ws) >>= \case
106106
Left msg -> do
107-
liftIO . putStrLn $ "Adding to history: " <> l
108107
-- We still add history that failed to parse so the user can easily reload
109108
-- the input and fix it.
110109
Line.modifyHistory $ Line.addHistoryUnlessConsecutiveDupe $ l

0 commit comments

Comments
 (0)