aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-10-05 02:26:50 +0800
committerFabio Berger <me@fabioberger.com>2018-10-05 02:26:50 +0800
commit85045267fe0643ab7f2af324df6135141aa8edb1 (patch)
tree0e3e7276f5bd6c9a75cfe2c088ab8f563d780323 /packages/website
parentc9bfb86960d3c57c8cdefb4d044036028bfb47ed (diff)
downloaddexon-sol-tools-85045267fe0643ab7f2af324df6135141aa8edb1.tar
dexon-sol-tools-85045267fe0643ab7f2af324df6135141aa8edb1.tar.gz
dexon-sol-tools-85045267fe0643ab7f2af324df6135141aa8edb1.tar.bz2
dexon-sol-tools-85045267fe0643ab7f2af324df6135141aa8edb1.tar.lz
dexon-sol-tools-85045267fe0643ab7f2af324df6135141aa8edb1.tar.xz
dexon-sol-tools-85045267fe0643ab7f2af324df6135141aa8edb1.tar.zst
dexon-sol-tools-85045267fe0643ab7f2af324df6135141aa8edb1.zip
remove stray logs
Diffstat (limited to 'packages/website')
-rw-r--r--packages/website/ts/pages/documentation/home.tsx1
-rw-r--r--packages/website/ts/pages/wiki/wiki.tsx1
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/website/ts/pages/documentation/home.tsx b/packages/website/ts/pages/documentation/home.tsx
index b95aa17f8..a8788aea7 100644
--- a/packages/website/ts/pages/documentation/home.tsx
+++ b/packages/website/ts/pages/documentation/home.tsx
@@ -425,7 +425,6 @@ export class Home extends React.Component<HomeProps, HomeState> {
pkg => pkg.link,
),
};
- console.log('sectionNameToLinks', sectionNameToLinks);
return (
<Container
className="flex items-center overflow-hidden"
diff --git a/packages/website/ts/pages/wiki/wiki.tsx b/packages/website/ts/pages/wiki/wiki.tsx
index 3d8b8ef52..230fff410 100644
--- a/packages/website/ts/pages/wiki/wiki.tsx
+++ b/packages/website/ts/pages/wiki/wiki.tsx
@@ -84,7 +84,6 @@ export class Wiki extends React.Component<WikiProps, WikiState> {
const sectionNameToLinks = _.isUndefined(this.state.articlesBySection)
? {}
: this._getSectionNameToLinks(this.state.articlesBySection);
- console.log('sectionNameToLinks', sectionNameToLinks);
const mainContainersStyle: React.CSSProperties = {
...styles.mainContainers,
overflow: this.state.isHoveringSidebar ? 'auto' : 'hidden',