code cleanup

This commit is contained in:
Dmitry Zuikov 2023-03-24 13:05:47 +03:00
parent fadd913693
commit de9a8b02ce
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ loop args = do
let pu = fmap (fromString' . BS.unpack) bra
liftIO $ atomically $ writeTVar batch True
pushed <- push ref pu
hPrint stderr (pretty pushed)
case pushed of
Nothing -> sendEol
Just re -> sendLn [qc|ok {pretty re}|]