From 1e9cfb29a2f721661d295aeedb1046a8746f47d1 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Wed, 21 Feb 2024 14:44:19 +0900 Subject: [PATCH] Delete comment --- docs/components/createDrawFunction.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/components/createDrawFunction.ts b/docs/components/createDrawFunction.ts index fb13fba..e60b6f8 100644 --- a/docs/components/createDrawFunction.ts +++ b/docs/components/createDrawFunction.ts @@ -7,8 +7,6 @@ import {Ref} from 'vue' export async function setupEvalContextCreator(defaultColor: Ref) { const Pave = await import('pave') - // console.log(Linearly) - const {Path, Curve} = Pave return (ctx: CanvasRenderingContext2D) => {