]> git.lyx.org Git - features.git/commitdiff
remove debug message.
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 31 Oct 2015 11:10:49 +0000 (12:10 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 31 Oct 2015 11:10:49 +0000 (12:10 +0100)
lib/lyx2lyx/lyx_2_2.py

index ea690c3568e0b1dc1529c943eea823a24fcc91d0..7dd051377d15ab930ad2978099d03109b1f8fe2b 100644 (file)
@@ -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