oops: removed leftover debugging

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1363 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2002-05-16 01:53:36 +00:00
parent 0dc1f378e5
commit 9a55ae3989
@@ -1,5 +1,5 @@
//
// $Id: ObjectTile.java,v 1.8 2002/05/16 01:49:38 ray Exp $
// $Id: ObjectTile.java,v 1.9 2002/05/16 01:53:36 ray Exp $
package com.threerings.media.tile;
@@ -109,7 +109,6 @@ public class ObjectTile extends Tile
*/
public boolean hitTest (int x, int y)
{
Log.info("hit test " + x + ", " + y + " (" + ImageUtil.hitTest(_image, x, y));
return ImageUtil.hitTest(_image, x, y);
}