Skip to content

Commit 2a52359

Browse files
committed
remove console log
1 parent ab5f1ce commit 2a52359

File tree

1 file changed

+1
-2
lines changed
  • packages/app/src/app/overmind/namespaces/sidebar

1 file changed

+1
-2
lines changed

packages/app/src/app/overmind/namespaces/sidebar/actions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ export const getSidebarData = async (
3131
hasTemplates,
3232
repositories,
3333
};
34-
} catch (error) {
35-
console.error(error);
34+
} catch {
3635
effects.notificationToast.error(
3736
`There was a problem getting your data for the sidebar.`
3837
);

0 commit comments

Comments
 (0)