Remove some debug code
This commit is contained in:
parent
409be530c3
commit
c49b70049e
1 changed files with 1 additions and 2 deletions
|
@ -134,9 +134,8 @@ var Menu = React.createClass({
|
||||||
window.removeEventListener('click', this.handleWindowClick, false);
|
window.removeEventListener('click', this.handleWindowClick, false);
|
||||||
},
|
},
|
||||||
render: function() {
|
render: function() {
|
||||||
console.log('menuStyle is', menuStyle);
|
|
||||||
return (
|
return (
|
||||||
<div ref='div' style={menuStyle} className={this.state.open ? 'thediv' : 'hidden'}>
|
<div ref='div' style={menuStyle} className={this.state.open ? '' : 'hidden'}>
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue