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();
|
||||
console.log();
|
||||
drawLine(points, context, shape);
|
||||
|
||||
context.beginPath();
|
||||
|
Loading…
Reference in New Issue
Block a user