瀏覽代碼

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;
                         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());