Skip to content

Commit 9c23f7e

Browse files
svipalhexus
andauthored
Update src/tilemaps/ParseToTilemap.js
Co-Authored-By: Chris Andrew <hex727@gmail.com>
1 parent 72cb334 commit 9c23f7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tilemaps/ParseToTilemap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ var ParseToTilemap = function (scene, key, tileWidth, tileHeight, width, height,
6666

6767
if (mapData === null)
6868
{
69-
console.log('null mapdata');
7069
mapData = new MapData({
7170
tileWidth: tileWidth,
7271
tileHeight: tileHeight,

0 commit comments

Comments
 (0)