From: Carsten Niehaus Date: Sun, 10 Feb 2008 16:43:11 +0000 (+0000) Subject: First steps to make use of the spectrumparser X-Git-Tag: v4.0.71~57 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=4f098f8dcadad975dac168654132ad9173cadd02;p=libqmvoc.git First steps to make use of the spectrumparser svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=773251 --- diff --git a/libscience/spectrumparser.cpp b/libscience/spectrumparser.cpp index 230077a..50250bf 100644 --- a/libscience/spectrumparser.cpp +++ b/libscience/spectrumparser.cpp @@ -85,7 +85,6 @@ bool SpectrumParser::startElement(const QString&, const QString &localName, cons } } d->currentPeak = new Spectrum::peak(d->wavelenght, d->intensity); - qDebug() << "Peak with this data: " << d->currentPeak->intensity << " (intesity)" ; } return true; }