diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-09-21 17:29:52 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-09-21 17:29:52 +0200 |
commit | 0e0c1a473b610b0b2d96f2549b6666e3d8158e64 (patch) | |
tree | 3267088e1256b25855122e9ee7fcc7a876ecab49 /packages/gitbook-plugin-theme-default/src/index.js | |
parent | a18370551a1c3b9649d96199418251d3b6aaac24 (diff) | |
download | gitbook-0e0c1a473b610b0b2d96f2549b6666e3d8158e64.zip gitbook-0e0c1a473b610b0b2d96f2549b6666e3d8158e64.tar.gz gitbook-0e0c1a473b610b0b2d96f2549b6666e3d8158e64.tar.bz2 |
Fix head extension by plugins
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 |