Remove spurious print statement (#1)

I accidentally left this over from debugging the log endpoint
This commit is contained in:
Gabriella Gonzalez
2022-07-06 09:22:29 -07:00
committed by GitHub
parent 0c0cd76b3e
commit eaceeeb8ce

View File

@@ -270,7 +270,6 @@ makeApplication ApplicationOptions{..} request respond = do
Monad.unless (ByteString.length hashPart == 32 && validHashPart hashPart) do
invalidPath
liftIO (print suffix)
maybeBytes <- liftIO (Nix.dumpLog suffix)
bytes <- case maybeBytes of