Removed debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3575 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-05-24 20:32:16 +00:00
parent 862ff8a9eb
commit 919790557f
@@ -62,7 +62,6 @@ public class LineSegmentPath extends Path
// if we have completed our path, move the sprite to the final
// position and wrap everything up
if (_current >= _durations.length) {
System.err.println("Finished!");
_sprite.setLocalTranslation(_points[_points.length-1]);
_sprite.pathCompleted();
return;