Removed empty console log in konva helper

This commit is contained in:
Mitchell McCaffrey 2020-06-28 16:51:32 +10:00
parent cbebdbcecd
commit 22a577bcc7

View File

@ -81,7 +81,6 @@ export function HoleyLine({ holes, ...props }) {
}
context.beginPath();
console.log();
drawLine(points, context, shape);
context.beginPath();