[LyX/master] Remove debug output.
Thibaut Cuvelier
tcuvelier at lyx.org
Sat Apr 2 01:00:26 UTC 2022
commit fa5db30d411d4c03cd2bc25de4cecb6d130b3a09
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date: Fri Apr 1 04:37:33 2022 +0200
Remove debug output.
---
src/insets/InsetERT.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/insets/InsetERT.cpp b/src/insets/InsetERT.cpp
index b3e73ff..00f497f 100644
--- a/src/insets/InsetERT.cpp
+++ b/src/insets/InsetERT.cpp
@@ -158,8 +158,6 @@ void InsetERT::docbook(XMLStream & xs, OutputParams const & runparams) const
os_trimmed.insert(4, from_ascii("}"));
}
- std::cout << to_utf8(os_trimmed) << std::endl;
-
// Look into the global table of Unicode characters if there is a match.
bool termination;
docstring rem;
More information about the lyx-cvs
mailing list