Lower log to debug level in BlockTypeIcon
This commit is contained in:
parent
0d3ebf10a8
commit
18578b574f
@ -34,7 +34,7 @@ class BlockTypeIcon(QtGui.QLabel):
|
|||||||
self.updatePixmap()
|
self.updatePixmap()
|
||||||
|
|
||||||
def updatePixmap(self):
|
def updatePixmap(self):
|
||||||
log.info("Updating BlockTypeIcon with %s\t%s", self._block, self._textureAtlas)
|
log.debug("Updating BlockTypeIcon with %s\t%s", self._block, self._textureAtlas)
|
||||||
if self._textureAtlas is not None and self._block is not None:
|
if self._textureAtlas is not None and self._block is not None:
|
||||||
pixmap = BlockTypePixmap(self._block, self._textureAtlas)
|
pixmap = BlockTypePixmap(self._block, self._textureAtlas)
|
||||||
self.setPixmap(pixmap)
|
self.setPixmap(pixmap)
|
||||||
|
Reference in New Issue
Block a user