diff options
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/index.js')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/index.js b/packages/gitbook-plugin-theme-default/src/index.js index f85e6bc..86b2135 100644 --- a/packages/gitbook-plugin-theme-default/src/index.js +++ b/packages/gitbook-plugin-theme-default/src/index.js @@ -12,7 +12,6 @@ let ThemeBody = React.createClass({ render() { const { page } = this.props; - console.log('render theme', page); return ( <div className="GitBook book"> <GitBook.Head |