Skip to content

Commit 61479c5

Browse files
committed
Remove debugging output
1 parent 13625a5 commit 61479c5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/tilemaps/parsers/tiled/ParseTileLayers.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,6 @@ var ParseTileLayers = function (json, insertNull)
246246
tileLayers.push(layerData);
247247
}
248248

249-
tileLayers.forEach(function (curLayer)
250-
{
251-
console.warn(`${curLayer.name} - (${curLayer.x}, ${curLayer.y}) [${curLayer.alpha} / ${curLayer.visible}]`);
252-
});
253249
return tileLayers;
254250
};
255251

0 commit comments

Comments
 (0)