mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
remove debug message.
This commit is contained in:
parent
0911915b6a
commit
0314464392
@ -901,7 +901,6 @@ def revert_glossgroup(document):
|
||||
beginPlain = find_token(document.body, "\\begin_layout Plain Layout", i)
|
||||
endPlain = find_end_of_layout(document.body, beginPlain)
|
||||
content = lyx2latex(document, document.body[beginPlain : endPlain])
|
||||
document.warning("content: %s" % content)
|
||||
|
||||
document.body[i:j + 1] = ["{", "", content, "", "}"]
|
||||
# no need to reset i
|
||||
|
Loading…
Reference in New Issue
Block a user