From 915b25745bb23cf24aeb5ee77484aff1ba898d2d Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 05 十二月 2024 13:47:28 +0800
Subject: [PATCH] refactor(src): 移除多余的 console.log 语句

---
 src/main.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index c036b4c..2310fef 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -20,7 +20,6 @@
 directive(app);
 other.elSvg(app);
 
-console.log(123)
 
 (async function () {
 	await initBackEndControlRoutes();

--
Gitblit v1.9.3