Removed empty console log in konva helper
This commit is contained in:
parent
cbebdbcecd
commit
22a577bcc7
@ -81,7 +81,6 @@ export function HoleyLine({ holes, ...props }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
context.beginPath();
|
context.beginPath();
|
||||||
console.log();
|
|
||||||
drawLine(points, context, shape);
|
drawLine(points, context, shape);
|
||||||
|
|
||||||
context.beginPath();
|
context.beginPath();
|
||||||
|
Loading…
Reference in New Issue
Block a user