Quellcode durchsuchen

Merge pull request #13050 from AttilaVamos/HPCC-22915-impr-7.6.x

HPCC-22915 remove excessive JlibIOTest debug tracing

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman vor 5 Jahren
Ursprung
Commit
e8db5cbc1d
1 geänderte Dateien mit 0 neuen und 14 gelöschten Zeilen
  1. 0 14
      testing/unittests/jlibtests.cpp

+ 0 - 14
testing/unittests/jlibtests.cpp

@@ -1713,20 +1713,6 @@ public:
                         StringBuffer 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)
                                 line.append(newlines[nl]);
                             readCrc.tally(line.length(), line.str());