Преглед изворни кода

HPCC-22915 remove excessive JlibIOTest debug tracing

Tested manually

Signed-off-by: Attila Vamos <attila.vamos@gmail.com>
Attila Vamos пре 5 година
родитељ
комит
8ffacb5ecd
1 измењених фајлова са 0 додато и 14 уклоњено
  1. 0 14
      testing/unittests/jlibtests.cpp

+ 0 - 14
testing/unittests/jlibtests.cpp

@@ -1713,20 +1713,6 @@ public:
                         StringBuffer line;
                         StringBuffer line;
                         if (!lineReader->readLine(line))
                         if (!lineReader->readLine(line))
                         {
                         {
-    #ifdef _DEBUG
-                            printf("JlibIOTest::test readLines");
-                            for(const char *p = line.str(); *p; ++p)
-                            {
-                                switch(*p)
-                                {
-                                case '\n': printf("\\n"); break;
-                                case '\t': printf("\\t"); break;
-                                case '\r': printf("\\r"); break;
-                                default: putchar(*p);break;
-                                }
-                            }
-                            putchar('\n');
-    #endif
                             if (pEol==1)
                             if (pEol==1)
                                 line.append(newlines[nl]);
                                 line.append(newlines[nl]);
                             readCrc.tally(line.length(), line.str());
                             readCrc.tally(line.length(), line.str());