From 0314464392093334bd9fceeecd6d303b393e1133 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 31 Oct 2015 12:10:49 +0100 Subject: [PATCH] remove debug message. --- lib/lyx2lyx/lyx_2_2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index ea690c3568..7dd051377d 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 -- 2.39.2