Remove dummied logInfo

This commit is contained in:
GriffinR 2020-03-16 16:34:08 -04:00
parent bf72ecede9
commit f15d7102fc

View file

@ -1507,7 +1507,6 @@ void Project::loadTilesetMetatiles(Tileset* tileset) {
tileset->metatiles->at(i)->layerType = (value & 0x60000000) >> 29;
if (value & ~(0x67003FFF))
unusedAttribute = true;
logInfo(QString("").arg(tileset->metatiles->at(i)->terrainType));
}
if (unusedAttribute)
logWarn(QString("Unrecognized metatile attributes in %1 will not be saved.").arg(tileset->metatile_attrs_path));