From c0a265d284fa5a46f6990a1fb268b9d90d778675 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 16 Apr 2002 20:38:24 +0000 Subject: [PATCH] Removed debug logging. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1260 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/media/util/LineSegmentPath.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/java/com/threerings/media/util/LineSegmentPath.java b/src/java/com/threerings/media/util/LineSegmentPath.java index e1b124e3b..b7081977c 100644 --- a/src/java/com/threerings/media/util/LineSegmentPath.java +++ b/src/java/com/threerings/media/util/LineSegmentPath.java @@ -1,5 +1,5 @@ // -// $Id: LineSegmentPath.java,v 1.19 2002/04/16 18:24:43 mdb Exp $ +// $Id: LineSegmentPath.java,v 1.20 2002/04/16 20:38:24 mdb Exp $ package com.threerings.media.sprite; @@ -135,8 +135,6 @@ public class LineSegmentPath start = end; } - Log.info("Set velocity [millis=" + millis + ", dist=" + distance + - ", path=" + this + "]."); // set the velocity accordingly setVelocity(distance/millis); }