diff options
author | Fabio Berger <me@fabioberger.com> | 2018-10-03 23:41:44 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-10-03 23:41:44 +0800 |
commit | 751e8eafe483efb8b416b88c7edca6676ae9d607 (patch) | |
tree | ee0c0e7a53436363611967ce7b7e611a01be0020 /packages/react-docs/src | |
parent | 437612f8b8c28fb384698c5c2b331e173cee8767 (diff) | |
download | dexon-sol-tools-751e8eafe483efb8b416b88c7edca6676ae9d607.tar dexon-sol-tools-751e8eafe483efb8b416b88c7edca6676ae9d607.tar.gz dexon-sol-tools-751e8eafe483efb8b416b88c7edca6676ae9d607.tar.bz2 dexon-sol-tools-751e8eafe483efb8b416b88c7edca6676ae9d607.tar.lz dexon-sol-tools-751e8eafe483efb8b416b88c7edca6676ae9d607.tar.xz dexon-sol-tools-751e8eafe483efb8b416b88c7edca6676ae9d607.tar.zst dexon-sol-tools-751e8eafe483efb8b416b88c7edca6676ae9d607.zip |
Remove stray console.log
Diffstat (limited to 'packages/react-docs/src')
-rw-r--r-- | packages/react-docs/src/components/documentation.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/react-docs/src/components/documentation.tsx b/packages/react-docs/src/components/documentation.tsx index 1ed829b01..aa6d27402 100644 --- a/packages/react-docs/src/components/documentation.tsx +++ b/packages/react-docs/src/components/documentation.tsx @@ -99,9 +99,7 @@ export class Documentation extends React.Component<DocumentationProps, Documenta }, }; const sectionNameToLinks = this.props.docsInfo.getSectionNameToLinks(); - console.log('sectionNameToLinks', sectionNameToLinks); const subsectionNameToLinks = this.props.docsInfo.getSubsectionNameToLinks(this.props.docAgnosticFormat); - console.log('subsectionNameToLinks', subsectionNameToLinks); return ( <div> {_.isUndefined(this.props.docAgnosticFormat) ? ( |