Skip to content

Commit

Permalink
Removed some debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBye101 committed Mar 30, 2018
1 parent b9f8e37 commit 1cff692
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MagicalLifeAPI/World/WorldUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public static class WorldUtil
public static Tile GetTileByID(Tile[,,] tiles, string str)
{
Point3D point = new Point3D(str);
Debug.WriteLine("Get tile by ID: ");
Debug.WriteLine(str);
Debug.WriteLine(point.X + " " + point.Y + " " + point.Z);
return tiles[point.X, point.Y, point.Z];
}
}
Expand Down

0 comments on commit 1cff692

Please sign in to comment.