diff options
| author | bobzel <zzzman@gmail.com> | 2022-12-21 11:11:39 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-12-21 11:11:39 -0500 |
| commit | e373e66f8ed06f4501e00af8348f15ad113c7424 (patch) | |
| tree | 911b512c544d6d522d5899e6dced1123e5789c61 /src/client/views/collections/collectionFreeForm | |
| parent | b71e828bc3e6c48d00dade555968c99b5deb412e (diff) | |
cleaning up ACLs for performance and clarity
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 945614bcb..d59cec02d 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -806,9 +806,6 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection p2: { x: currPointInkSpace.X, y: currPointInkSpace.Y }, }); const intersects = Array.from(new Set(rawIntersects as (number | string)[])); // convert to more manageable union array type - if (intersects.length) { - console.log(); - } // return tuples of the inkingStroke intersected, and the t value of the intersection intersections.push(...intersects.map(t => ({ inkView, t: +t + Math.floor(i / 4) }))); // convert string t's to numbers and add start of curve segment to convert from local t value to t value along complete curve } |
