This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/main by this push:
new c2ad8c64 fix: delete unused log
c2ad8c64 is described below
commit c2ad8c641cf40f28d86e28729d7a60881053b6c7
Author: shuai <[email protected]>
AuthorDate: Wed Nov 6 11:40:31 2024 +0800
fix: delete unused log
---
ui/src/utils/pluginKit/index.ts | 1 -
1 file changed, 1 deletion(-)
diff --git a/ui/src/utils/pluginKit/index.ts b/ui/src/utils/pluginKit/index.ts
index a71a9539..0219da3f 100644
--- a/ui/src/utils/pluginKit/index.ts
+++ b/ui/src/utils/pluginKit/index.ts
@@ -170,7 +170,6 @@ const validateRoutePlugin = async (slugName) => {
const mergeRoutePlugins = async (routes) => {
const routePlugins = await getRoutePlugins();
- console.log('routePlugins', routePlugins);
if (routePlugins.length === 0) {
return routes;
}