Remove spurious print statement (#1)
I accidentally left this over from debugging the log endpoint
This commit is contained in:
committed by
GitHub
parent
0c0cd76b3e
commit
eaceeeb8ce
@@ -270,7 +270,6 @@ makeApplication ApplicationOptions{..} request respond = do
|
|||||||
Monad.unless (ByteString.length hashPart == 32 && validHashPart hashPart) do
|
Monad.unless (ByteString.length hashPart == 32 && validHashPart hashPart) do
|
||||||
invalidPath
|
invalidPath
|
||||||
|
|
||||||
liftIO (print suffix)
|
|
||||||
maybeBytes <- liftIO (Nix.dumpLog suffix)
|
maybeBytes <- liftIO (Nix.dumpLog suffix)
|
||||||
|
|
||||||
bytes <- case maybeBytes of
|
bytes <- case maybeBytes of
|
||||||
|
|||||||
Reference in New Issue
Block a user