Skip to content

Commit

Permalink
Revert "[tmp] What socket path and its length"
Browse files Browse the repository at this point in the history
This reverts commit c0835cf.
  • Loading branch information
eyeinsky committed Sep 30, 2022
1 parent dd14e32 commit 6e7f362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion marconi/test/Integration.hs
Expand Up @@ -80,7 +80,6 @@ testIndex = H.integration . HE.runFinallies . workspace "chairman" $ \tempAbsBas

base <- HE.noteM $ liftIO . IO.canonicalizePath =<< HE.getProjectBase
(socketPathAbs, networkId, tempAbsPath) <- startTestnet base tempAbsBasePath'
void $ liftIO $ putStrLn $ "socketPathAbs " <> socketPathAbs <> " " <> show (length socketPathAbs)

-- Create a channel that is passed into the indexer, such that it
-- can write index updates to it and we can await for them (also
Expand Down

0 comments on commit 6e7f362

Please sign in to comment.