Removed verbose logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@131 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-07-28 01:35:06 +00:00
parent 92e46c6eae
commit f39087cfc3
@@ -1,5 +1,5 @@
//
// $Id: TileSet.java,v 1.11 2001/07/28 01:31:51 shaper Exp $
// $Id: TileSet.java,v 1.12 2001/07/28 01:35:06 shaper Exp $
package com.threerings.miso.tile;
@@ -103,9 +103,9 @@ public class TileSet
// final image x-position is based on tile width and gap distance
tx += (xidx * (_rowWidth[ridx] + _gapDist.x));
Log.info("Retrieving tile image [tid=" + tid + ", ridx=" +
ridx + ", xidx=" + xidx + ", tx=" + tx +
", ty=" + ty + "].");
// Log.info("Retrieving tile image [tid=" + tid + ", ridx=" +
// ridx + ", xidx=" + xidx + ", tx=" + tx +
// ", ty=" + ty + "].");
// crop the tile-sized image chunk from the full image
return imgr.getImageCropped(