From 1a89f89337413adb6188e6265c6e1c49e0969f65 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 5 Aug 2016 21:39:58 -0400 Subject: [PATCH] Remove debugging code. (cherry picked from commit e57e008e88cb4e0339484e9da4470a60651e4dcc) --- lib/lyx2lyx/lyx_2_1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index 7044ad8328..259d51e328 100644 --- a/lib/lyx2lyx/lyx_2_1.py +++ b/lib/lyx2lyx/lyx_2_1.py @@ -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 -- 2.39.5