Skip to content

Commit

Permalink
all fine in windoze, remove qdebugs, re #8482
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Nov 21, 2014
1 parent 34581ca commit 759cd1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Code/Mantid/MantidQt/SliceViewer/src/SliceViewer.cpp
Expand Up @@ -1136,14 +1136,10 @@ QString SliceViewer::ensurePngExtension(const QString& fname) const
const QString goodExt = "png";

QString res = fname;
qDebug() << "fname: " << fname;
qDebug() << "res before: " << res;
qDebug() << "suffix: " << QFileInfo(fname).suffix();
if (QFileInfo(fname).suffix() != goodExt)
{
res = res + "." + goodExt;
}
qDebug() << "returning: " << res;
return res;
}

Expand Down

0 comments on commit 759cd1c

Please sign in to comment.