We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889fe4d commit 11bfd37Copy full SHA for 11bfd37
client/packages/lowcoder/src/pages/ApplicationV2/HomeLayout.tsx
@@ -331,7 +331,6 @@ export function HomeLayout(props: HomeLayoutProps) {
331
else if (mode === "marketplace" && !isSelfHost) {
332
const markedLocalApps = localMarketplaceApps.map(app => ({ ...app, isLocalMarketplace: true }));
333
displayElements = [...markedLocalApps];
334
- console.log("displayElements: ", displayElements, markedLocalApps);
335
}
336
337
const resList: HomeRes[] = displayElements
0 commit comments