From d06e9a005b3c1592658fa9f6fa1f4ebe460c40e4 Mon Sep 17 00:00:00 2001 From: Waldo Bastian Date: Tue, 25 Feb 2003 15:18:54 +0000 Subject: [PATCH] Disable debug output with NDEBUG svn path=/trunk/kdebase/konsole/; revision=209336 --- konsole/TEmuVt102.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/konsole/TEmuVt102.cpp b/konsole/TEmuVt102.cpp index 983f2c81..69e79239 100644 --- a/konsole/TEmuVt102.cpp +++ b/konsole/TEmuVt102.cpp @@ -1167,7 +1167,9 @@ void TEmuVt102::scan_buffer_report() void TEmuVt102::ReportErrorToken() { +#ifndef NDEBUG printf("undecodable "); scan_buffer_report(); +#endif } /*