Commit f4f6f91493f801003d47c5fa156bf98983970af0

Authored by Scott Klum
1 parent 818bf25f

Removed debug statement

Showing 1 changed file with 0 additions and 2 deletions
openbr/core/plot.cpp
... ... @@ -229,8 +229,6 @@ bool Plot(const QStringList &files, const File &destination, bool show)
229 229 cmcOpts.set(words[0],words[1]);
230 230 }
231 231  
232   - qDebug() << cmcOpts.flat();
233   -
234 232 RPlot p(files, destination);
235 233  
236 234 p.file.write(qPrintable(QString("qplot(X, 1-Y, data=DET%1").arg((p.major.smooth || p.minor.smooth) ? ", geom=\"smooth\", method=loess, level=0.99" : ", geom=\"line\"") +
... ...