changeset 29079:c43e748de388

maint: merge stable to default.
author John W. Eaton <jwe@octave.org>
date Thu, 19 Nov 2020 18:59:10 -0500
parents b85f72ec844a (current diff) 90a8e6fd85c3 (diff)
children a23870bdf30e
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/qterminal/libqterminal/unix/Vt102Emulation.cpp	Thu Nov 19 15:20:42 2020 -0800
+++ b/libgui/qterminal/libqterminal/unix/Vt102Emulation.cpp	Thu Nov 19 18:59:10 2020 -0500
@@ -1263,7 +1263,7 @@
 
 void Vt102Emulation::ReportErrorToken()
 {
-#ifndef NDEBUG
-  printf("undecodable "); scan_buffer_report();
-#endif
+  // #ifndef NDEBUG
+  //   printf("undecodable "); scan_buffer_report();
+  // #endif
 }