mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
remove debug log that was accidentally left in (#5569)
This commit is contained in:
parent
67091fff9c
commit
1ee0e87ba7
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ void PlayerTarget::paint(QPainter *painter, const QStyleOptionGraphicsItem * /*o
|
|||
const QString cacheKey = "avatar" + QString::number(translatedSize.width()) + "_" +
|
||||
QString::number(info->user_level()) + "_" + QString::number(fullPixmap.cacheKey());
|
||||
if (!QPixmapCache::find(cacheKey, &cachedPixmap)) {
|
||||
qDebug() << "TRACK cache miss" << cacheKey;
|
||||
cachedPixmap = QPixmap(translatedSize.width(), translatedSize.height());
|
||||
|
||||
QPainter tempPainter(&cachedPixmap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue