Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 11, 2020
1 parent 4934443 commit 3c62005
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/src/Container/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const Container: FC = ({ children }) => {
const doc = docId ? storeProvider.getStoryDoc(docId) : undefined;
const { author } = doc || {};
const config = storeProvider.config;
console.log(doc, config);
return (
<Box variant="container.container">
<BlocksContainer
Expand Down

0 comments on commit 3c62005

Please sign in to comment.