Remove spurious print statement (#1)
I accidentally left this over from debugging the log endpoint
This commit is contained in:
parent
0c0cd76b3e
commit
eaceeeb8ce
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user