Remove console logging.

This commit is contained in:
Jürg Lehni 2011-07-01 12:56:30 +02:00
parent 9fa51a0457
commit 189e15b1e8

View file

@ -17,8 +17,8 @@
path.arcTo([250, 20], false);
path.rotate(-5);
path.strokeWidth = 30;
paths.push(path);
path.miterLimit = 3;
paths.push(path);
return path;
}
@ -79,7 +79,6 @@
rect.strokeWidth = 0.25;
rect.strokeColor = 'red';
rect.fillColor = null;
console.log(path.controlBounds);
var rect = new Path.Rectangle(path.controlBounds);
rect.strokeWidth = 0.25;
rect.strokeColor = 'green';