remove stray logs
This commit is contained in:
@@ -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"
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user