Skip to content

Commit a05c009

Browse files
committed
remove console.log and unused attribute
1 parent 09fc974 commit a05c009

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/components/data-vis/line-chart/Lines.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@
103103
defaultLineParams,
104104
tier,
105105
)}
106-
{console.log(lineAttributes)}
107-
<Line {...lineAttributes} {chartBackgroundColor} />
106+
<Line {...lineAttributes} />
108107
{/each}
109108
</g>
110109

0 commit comments

Comments
 (0)