From 0b3798436f947ed5763f83a36a0d01d5c18c2314 Mon Sep 17 00:00:00 2001 From: DD Liu Date: Tue, 25 Jul 2017 15:35:32 -0400 Subject: [PATCH] random change --- src/tools/segment-brush-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/segment-brush-helper.js b/src/tools/segment-brush-helper.js index ca037941..449b5e52 100644 --- a/src/tools/segment-brush-helper.js +++ b/src/tools/segment-brush-helper.js @@ -53,7 +53,7 @@ pg.segmentbrushhelper = function(tool, options) { // Smooth the path. finalPath.simplify(2); - //console.log(finalPath.segments); + // console.log(finalPath.segments); return finalPath; }; } \ No newline at end of file