diff --git a/openbr/core/plot.cpp b/openbr/core/plot.cpp index b09b8a5..2094393 100644 --- a/openbr/core/plot.cpp +++ b/openbr/core/plot.cpp @@ -222,7 +222,6 @@ bool Plot(const QStringList &files, const File &destination, bool show) const QString title = destination.get("title", QString()); const QPointF legendPoint = destination.get("legendPosition",QPointF()); const QString legendPosition = legendPoint.isNull() ? "'right'" : "c" + QtUtils::toString(legendPoint); - qDebug() << legendPosition; RPlot p(files, destination);