From f4f6f91493f801003d47c5fa156bf98983970af0 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Wed, 30 Oct 2013 10:09:20 -0400 Subject: [PATCH] Removed debug statement --- openbr/core/plot.cpp | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/openbr/core/plot.cpp b/openbr/core/plot.cpp index e04f65c..5a70317 100644 --- a/openbr/core/plot.cpp +++ b/openbr/core/plot.cpp @@ -229,8 +229,6 @@ bool Plot(const QStringList &files, const File &destination, bool show) cmcOpts.set(words[0],words[1]); } - qDebug() << cmcOpts.flat(); - RPlot p(files, destination); 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\"") + -- libgit2 0.21.4