commit 0314464392093334bd9fceeecd6d303b393e1133
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Oct 31 12:10:49 2015 +0100

    remove debug message.

diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py
index ea690c3..7dd0513 100644
--- a/lib/lyx2lyx/lyx_2_2.py
+++ b/lib/lyx2lyx/lyx_2_2.py
@@ -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

Reply via email to