From: abias Date: Sun, 21 May 2023 19:11:20 +0000 (-0400) Subject: Remove console log X-Git-Url: http://these/git/%7B%60%24%7BarchiveUrl%7D/static/%24%7Bsite?a=commitdiff_plain;h=132f241e636e63833ec3b9368266780a9e4a947b;p=lemmy-ui.git Remove console log --- diff --git a/src/shared/components/common/tabs.tsx b/src/shared/components/common/tabs.tsx index 61ed396..17980a4 100644 --- a/src/shared/components/common/tabs.tsx +++ b/src/shared/components/common/tabs.tsx @@ -15,7 +15,6 @@ interface TabsState { } function handleSwitchTab({ ctx, tab }: { ctx: Tabs; tab: string }) { - console.log(tab); ctx.setState({ currentTab: tab }); }