From edfd8f53dec31fd1ed12442d6db1dac92e759680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 24 Apr 2013 19:28:46 -0700 Subject: [PATCH] Remove accidentally committed debugging code. --- src/path/Path.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/path/Path.js b/src/path/Path.js index 35482d02..08eaaf9b 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -2372,7 +2372,6 @@ statics: { line2 = new Line(point.add(normal2), Point.create(-normal2.y, normal2.x)), corner = line1.intersect(line2); - new Path.Circle(corner, 5).strokeColor = 'red'; // Now measure the distance from the segment to the // intersection, which his half of the miter distance if (!corner || point.getDistance(corner) > miterLimit) {