diff --git a/src/mcedit2/widgets/blockpicker_util.py b/src/mcedit2/widgets/blockpicker_util.py index cf126ac..d054219 100644 --- a/src/mcedit2/widgets/blockpicker_util.py +++ b/src/mcedit2/widgets/blockpicker_util.py @@ -34,7 +34,7 @@ class BlockTypeIcon(QtGui.QLabel): self.updatePixmap() 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: pixmap = BlockTypePixmap(self._block, self._textureAtlas) self.setPixmap(pixmap)