From 123cf589ddd67ccf3d5c42e0fc6599bb40ada861 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 6 Dec 2017 23:06:58 +0000 Subject: [PATCH] Remove debug code. --- src/JournalView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/JournalView.tsx b/src/JournalView.tsx index 69931c7..dea8e8b 100644 --- a/src/JournalView.tsx +++ b/src/JournalView.tsx @@ -42,7 +42,6 @@ class JournalView extends React.Component { const journalUid = this.props.match.params.journalUid; const entries = this.props.entries[journalUid]; - (window as any).me = this.props.entries; if ((this.props.journals.value === null) || (!entries) || (entries.value === null)) { return (
Loading
);