Skip to content

Commit a860a72

Browse files
committed
Remove redundant logging
Signed-off-by: Andrey Sobolev <[email protected]>
1 parent 77b3862 commit a860a72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/setting-resources/src/components/Settings.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
setting.class.SettingsCategory,
6666
{},
6767
(res) => {
68-
console.log(
69-
'#1',
70-
res.map((p) => [p.feature, isDisabled(p.feature)])
71-
)
7268
categories = res.filter((p) => hasAccountRole(account, p.role) && !isDisabled(p.feature))
7369
category = findCategory(categoryId)
7470
},

0 commit comments

Comments
 (0)