Commit 109794e4 authored by shibakaneki's avatar shibakaneki

Removed a debug string

parent 0cd15a38
......@@ -149,9 +149,6 @@ void UBLibraryController::importImageOnLibrary(QImage& pImage)
QDateTime now = QDateTime::currentDateTime();
QString filePath = mPicturesStandardDirectoryPath.toLocalFile() + "/" + tr("ImportedImage") + "-" + now.toString("dd-MM-yyyy hh-mm-ss") + ".png";
filePath = UBFileSystemUtils::normalizeFilePath(filePath);
qDebug() << "Importing image file from: " << filePath;
pImage.save(filePath);
UBApplication::showMessage(tr("Added 1 Image to Library"));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment