Skip to content

Commit

Permalink
fix: delete unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Nov 6, 2024
1 parent 350db91 commit c2ad8c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/utils/pluginKit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c2ad8c6

Please sign in to comment.