Debug code removed

This commit is contained in:
Mirco Miranda 2023-01-22 11:04:48 +01:00
parent a67dcac7d1
commit 01ab0876f1

View File

@ -1199,16 +1199,12 @@ bool PSDHandler::read(QImage *image)
return false;
}
auto t = QTime::currentTime();
QImage img;
if (!LoadPSD(s, header, img)) {
// qDebug() << "Error loading PSD file.";
return false;
}
qDebug() << t.msecsTo(QTime::currentTime());
*image = img;
return true;
}