[Kst] branches/work/kst/portto4/kst/src/datasources/ascii
Peter Kümmel
syntheticpp at gmx.net
Thu Oct 18 14:02:13 UTC 2012
SVN commit 1321286 by kuemmel:
disable debug output
M +1 -1 asciifilebuffer.cpp
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciifilebuffer.cpp #1321285:1321286
@@ -185,7 +185,7 @@
}
// each entry is one slide of the window
_fileData.push_back(windowChunks);
- qDebug() << "Window chunks:"; AsciiFileData::logData(windowChunks);
+ //qDebug() << "Window chunks:"; AsciiFileData::logData(windowChunks);
}
}
More information about the Kst
mailing list