Remove debug code.

master
Tom Hacohen 7 years ago
parent bb61ef3935
commit eb2075d0ec

@ -41,8 +41,6 @@ class Event extends React.Component {
throw Error('Event should be defined!'); throw Error('Event should be defined!');
} }
(window as any).me = this.props.event;
return ( return (
<div> <div>
<h2>{this.props.event.summary}</h2> <h2>{this.props.event.summary}</h2>

Loading…
Cancel
Save