From: Richard Heck Date: Sun, 15 Jan 2017 16:35:50 +0000 (-0500) Subject: Remove very old debug code. X-Git-Tag: 2.3.0alpha1~462 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=857c099e03eaeb0fe63ecec98ba541ac6db31036;p=features.git Remove very old debug code. --- diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index 243cbb8958..53ad3eaf2a 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -2173,7 +2173,6 @@ def revert_passthru(document): # but first let's check and make sure there is no content between the # two layouts. i'm not sure if that can happen or not. for l in range(end + 1, next): - document.warning("c'" + document.body[l] + "'") if document.body[l] != "": document.warning("Found content between adjacent " + lay + " layouts!") break @@ -2183,7 +2182,6 @@ def revert_passthru(document): break empty = True for l in range(next + 1, nextend): - document.warning("e'" + document.body[l] + "'") if document.body[l] != "": empty = False break