Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b8295c

Browse files
committed
remove console log
1 parent b27852e commit 9b8295c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎client/packages/lowcoder/src/pages/setting/organization/orgList.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ function OrganizationSetting() {
196196
pageSize: 10
197197
});
198198

199-
console.log("displayWorkspaces", displayWorkspaces);
200199

201200

202201
// Filter to only show orgs where user has admin permissions
@@ -214,7 +213,7 @@ function OrganizationSetting() {
214213
updatedAt: org.updatedAt,
215214
}));
216215

217-
console.log("dataSource", dataSource);
216+
218217

219218
return (
220219
<Level1SettingPageContentWithList style={{ minWidth: "1000px" }}>

‎client/packages/lowcoder/src/util/useWorkspaceManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export function useWorkspaceManager({
9797
updatedAt: item.updatedAt,
9898
}));
9999

100-
console.log("transformedItems", transformedItems);
101100
dispatch({
102101
type: 'SET_WORKSPACES',
103102
payload: {

0 commit comments

Comments
 (0)