Remove console.log

This commit is contained in:
Fabio Berger
2018-08-06 15:39:11 -04:00
parent bc5835229d
commit b2b3c24fd2

View File

@@ -183,7 +183,6 @@ export class Documentation extends React.Component<DocumentationProps, Documenta
const eligibleVersions = _.filter(markdownVersions, mdVersion => {
return semver.lte(mdVersion, this.props.selectedVersion);
});
console.log('this.props.selectedVersion', this.props.selectedVersion);
if (_.isEmpty(eligibleVersions)) {
throw new Error(
`No eligible markdown sections found for ${this.props.docsInfo.displayName} version ${