Skip to content

Commit

Permalink
Remove debug info from default output #2175
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed May 23, 2016
1 parent 0b58282 commit 0060443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Stack/Fetch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,8 @@ withCabalFiles name pkgs f = do
, T.pack $ packageIdentifierString ident
, " with Git SHA of "
, decodeUtf8 sha
, "\n"
, T.pack $ show e
]
$logDebug (T.pack (show e))
goPkg h Nothing (ident, pc, Nothing, tf)
goPkg h _mgit (ident, pc, _mgitsha, tf) = liftIO $ do
hSeek h AbsoluteSeek $ fromIntegral $ pcOffset pc
Expand Down

0 comments on commit 0060443

Please sign in to comment.