From: Juergen Spitzmueller Date: Sat, 31 Oct 2015 11:10:49 +0000 (+0100) Subject: remove debug message. X-Git-Tag: 2.2.0alpha1~109 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0314464392093334bd9fceeecd6d303b393e1133;p=features.git remove debug message. --- 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