mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Debug code removed
This commit is contained in:
parent
a67dcac7d1
commit
01ab0876f1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user