From eb2075d0ec18d28740c754446a3ad27f4721fa08 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 8 Dec 2017 09:29:16 +0000 Subject: [PATCH] Remove debug code. --- src/Event.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Event.tsx b/src/Event.tsx index 6fc6c03..9ab8d53 100644 --- a/src/Event.tsx +++ b/src/Event.tsx @@ -41,8 +41,6 @@ class Event extends React.Component { throw Error('Event should be defined!'); } - (window as any).me = this.props.event; - return (

{this.props.event.summary}