Skip to content

Commit 11bfd37

Browse files
author
FalkWolsky
committed
Remove Console.log
1 parent 889fe4d commit 11bfd37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/packages/lowcoder/src/pages/ApplicationV2/HomeLayout.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ export function HomeLayout(props: HomeLayoutProps) {
331331
else if (mode === "marketplace" && !isSelfHost) {
332332
const markedLocalApps = localMarketplaceApps.map(app => ({ ...app, isLocalMarketplace: true }));
333333
displayElements = [...markedLocalApps];
334-
console.log("displayElements: ", displayElements, markedLocalApps);
335334
}
336335

337336
const resList: HomeRes[] = displayElements

0 commit comments

Comments
 (0)