chore: remove console.log()
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
4b7f41d620
commit
a776d5cab1
1 changed files with 0 additions and 2 deletions
|
|
@ -475,7 +475,6 @@ const drawPath = (ctx, path, query, z) => {
|
|||
ctx.fillStyle = splitPaths
|
||||
.find((x) => x.startsWith('fill:'))
|
||||
.replace('fill:', '');
|
||||
console.log('path has fill', ctx.fillStyle);
|
||||
}
|
||||
ctx.fill();
|
||||
}
|
||||
|
|
@ -494,7 +493,6 @@ const drawPath = (ctx, path, query, z) => {
|
|||
lineWidth = Number(
|
||||
splitPaths.find((x) => x.startsWith('width:')).replace('width:', ''),
|
||||
);
|
||||
console.log('line width', lineWidth);
|
||||
}
|
||||
// Get border width from query and fall back to 10% of line width
|
||||
const borderWidth =
|
||||
|
|
|
|||
Loading…
Reference in a new issue