Disable debug output with NDEBUG

svn path=/trunk/kdebase/konsole/; revision=209336
wilder-portage
Waldo Bastian 23 years ago
parent 3d1325e831
commit d06e9a005b
  1. 2
      konsole/TEmuVt102.cpp

@ -1167,7 +1167,9 @@ void TEmuVt102::scan_buffer_report()
void TEmuVt102::ReportErrorToken()
{
#ifndef NDEBUG
printf("undecodable "); scan_buffer_report();
#endif
}
/*

Loading…
Cancel
Save