]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/compress/CompressTrackFunction.java
Version 9, February 2010
[GpsPrune.git] / tim / prune / function / compress / CompressTrackFunction.java
index 62bf1f14a4802d41b40355b4a67250f0fc0cda95..35ff61da1ea3b73cd7618315d73af34647096a32 100644 (file)
@@ -72,7 +72,6 @@ public class CompressTrackFunction extends GenericFunction
         */
        private boolean[] preview()
        {
-               // System.out.println("track dialog preview");
                int numToDelete = 0;
                boolean[] deleteFlags = new boolean[_track.getNumPoints()];
                for (int i=0; i<_algorithms.length; i++)