mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-16 19:34:17 -04:00
Debug code removed
This commit is contained in:
@ -1199,16 +1199,12 @@ bool PSDHandler::read(QImage *image)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto t = QTime::currentTime();
|
|
||||||
|
|
||||||
QImage img;
|
QImage img;
|
||||||
if (!LoadPSD(s, header, img)) {
|
if (!LoadPSD(s, header, img)) {
|
||||||
// qDebug() << "Error loading PSD file.";
|
// qDebug() << "Error loading PSD file.";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << t.msecsTo(QTime::currentTime());
|
|
||||||
|
|
||||||
*image = img;
|
*image = img;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user