Remove debug code.

master
Tom Hacohen 2017-12-08 09:29:16 +00:00
parent bb61ef3935
commit eb2075d0ec
1 changed files with 0 additions and 2 deletions

View File

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