Remove dummied logInfo
This commit is contained in:
parent
bf72ecede9
commit
f15d7102fc
1 changed files with 0 additions and 1 deletions
|
@ -1507,7 +1507,6 @@ void Project::loadTilesetMetatiles(Tileset* tileset) {
|
||||||
tileset->metatiles->at(i)->layerType = (value & 0x60000000) >> 29;
|
tileset->metatiles->at(i)->layerType = (value & 0x60000000) >> 29;
|
||||||
if (value & ~(0x67003FFF))
|
if (value & ~(0x67003FFF))
|
||||||
unusedAttribute = true;
|
unusedAttribute = true;
|
||||||
logInfo(QString("").arg(tileset->metatiles->at(i)->terrainType));
|
|
||||||
}
|
}
|
||||||
if (unusedAttribute)
|
if (unusedAttribute)
|
||||||
logWarn(QString("Unrecognized metatile attributes in %1 will not be saved.").arg(tileset->metatile_attrs_path));
|
logWarn(QString("Unrecognized metatile attributes in %1 will not be saved.").arg(tileset->metatile_attrs_path));
|
||||||
|
|
Loading…
Reference in a new issue