LaTeX reader: remove unnecessary line

This commit is contained in:
John MacFarlane 2021-02-13 00:22:22 -08:00
parent 25b7df7c2a
commit 6323250bad

View file

@ -1867,7 +1867,6 @@ rawEnv name = do
rawOptions <- mconcat <$> many rawopt
let beginCommand = "\\begin{" <> name <> "}" <> rawOptions
pos1 <- getPosition
(bs, raw) <- withRaw $ env name blocks
if parseRaw
then do
(_, raw) <- withRaw $ env name blocks