[Kst] branches/work/kst/portto4/kst/src/datasources/ascii

Peter Kümmel syntheticpp at gmx.net
Fri Jan 21 12:18:26 CET 2011


SVN commit 1216101 by kuemmel:

AsciiDatasource: remove debug code

 M  +0 -3      asciisource.cpp  


--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisource.cpp #1216100:1216101
@@ -501,9 +501,6 @@
                   tolower(buffer[ch + 1]) == 'n' && tolower(buffer[ch + 2]) == 'f') {
                 v[i] = INF;
                 found_value = true;
-              } else {
-                qDebug() << "Unredable";
-
               }
               break;
             }


More information about the Kst mailing list