We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350db91 commit c2ad8c6Copy full SHA for c2ad8c6
ui/src/utils/pluginKit/index.ts
@@ -170,7 +170,6 @@ const validateRoutePlugin = async (slugName) => {
170
171
const mergeRoutePlugins = async (routes) => {
172
const routePlugins = await getRoutePlugins();
173
- console.log('routePlugins', routePlugins);
174
if (routePlugins.length === 0) {
175
return routes;
176
}
0 commit comments