]> git.lyx.org Git - features.git/commitdiff
Remove very old debug code.
authorRichard Heck <rgheck@lyx.org>
Sun, 15 Jan 2017 16:35:50 +0000 (11:35 -0500)
committerRichard Heck <rgheck@lyx.org>
Sun, 15 Jan 2017 16:35:50 +0000 (11:35 -0500)
lib/lyx2lyx/lyx_2_0.py

index 243cbb8958b4240cc0aab12196ab737e067ada96..53ad3eaf2ab0bb930aac2767ea498daa9c099ece 100644 (file)
@@ -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