Oops - forgot to remove debugging statement

This commit is contained in:
Joel Marcey 2017-10-24 19:10:29 -07:00
parent 7b2e950a4c
commit 0df005484c

View file

@ -17,7 +17,7 @@ class DocsLayout extends React.Component {
render() {
const metadata = this.props.metadata;
const content = this.props.children;
const i18n = false; //translation[this.props.metadata.language];
const i18n = translation[this.props.metadata.language];
let DocComponent = Doc;
if (this.props.Doc) {
DocComponent = this.props.Doc;