Skip to content

Commit 3110c52

Browse files
committed
feat: filter by handles
Signed-off-by: Adam Setch <[email protected]>
1 parent 73de409 commit 3110c52

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/renderer/context/App.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -245,17 +245,6 @@ export const AppProvider = ({ children }: { children: ReactNode }) => {
245245
? [...settings[name], value]
246246
: settings[name].filter((item) => item !== value);
247247

248-
console.log(
249-
'ADAM updating filter with name: ',
250-
name,
251-
' and value: ',
252-
value,
253-
' and checked: ',
254-
checked,
255-
' and updatedFilters: ',
256-
updatedFilters,
257-
);
258-
259248
updateSetting(name, updatedFilters);
260249
},
261250
[updateSetting, settings],

0 commit comments

Comments
 (0)