From 9720c54f3d73afb39c5e83b20e945db25daec98b Mon Sep 17 00:00:00 2001 From: Michael Hartung <michi@Michaels-MacBook-Pro.local> Date: Wed, 29 Sep 2021 17:59:26 +0200 Subject: [PATCH] remove debug settings --- src/app/utils.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/utils.ts b/src/app/utils.ts index 83c23bbb..dcbdefb8 100644 --- a/src/app/utils.ts +++ b/src/app/utils.ts @@ -134,9 +134,6 @@ export function downLoadFile(data: any, type: string, fmt: string) { } export function pieChartContextRenderer({ ctx, x, y, state: { selected, hover }, style, label }) { - console.log(style) - console.log(label) - ctx.drawPieLabel = function(style, x, y, label) { ctx.font = "normal 12px sans-serif"; ctx.textAlign = "center"; -- GitLab