]> git.lyx.org Git - lyx.git/commitdiff
Remove debugging code.
authorRichard Heck <rgheck@lyx.org>
Sat, 6 Aug 2016 01:39:58 +0000 (21:39 -0400)
committerRichard Heck <rgheck@lyx.org>
Sat, 6 Aug 2016 01:42:19 +0000 (21:42 -0400)
(cherry picked from commit e57e008e88cb4e0339484e9da4470a60651e4dcc)

lib/lyx2lyx/lyx_2_1.py

index 7044ad8328d319c9653e07292712a67f74f538d6..259d51e32836e844afca33664d1666b3c25025d6 100644 (file)
@@ -227,7 +227,6 @@ def convert_TeX_brace_to_Argument(document, line, n, nmax, inset, environment, o
         # in a single location: Skip all those arguments, then process the ones
         # we want.
         end_ERT = find_end_of_inset(document.body, lineERT)
-        document.warning(str(end_ERT))
         if end_ERT == -1:
           document.warning("Can't find end of ERT!!")
           break