Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Oct 9, 2020
1 parent 14218eb commit 9b5ec26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/store/src/state/recoil/controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,5 @@ export const ControlsStateProvider: FC<ControlsStateProviderProps> = ({
onChange,
children,
}) => {
console.log(controls, onChange);
return <RecoilRoot>{children}</RecoilRoot>;
};
1 change: 0 additions & 1 deletion ui/app/src/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ export const Sidebar: FC<SidebarProps> = ({
),
id: 'filter',
});
console.log(docId);
return (
<AppSidebar variant="appsidebar.sidebar" id="sidebar">
{responsive && (
Expand Down

0 comments on commit 9b5ec26

Please sign in to comment.