From 32b197fd3a0340d01a4b432d7815a14eefda0a97 Mon Sep 17 00:00:00 2001 From: bob Date: Fri, 15 Feb 2019 17:29:58 -0500 Subject: piddling change. --- src/client/views/Main.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 1ae691bf5..bdefecf19 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -73,11 +73,7 @@ Documents.initProtos(() => { } else { const docset: Document[] = []; - let doc4 = Documents.CollectionDocument(docset, { - x: 0, y: 400, title: "mini collection" - }, mainDocId); - var lid = KeyStore.Layout.Id; - mainContainer = doc4; + mainContainer = Documents.CollectionDocument(docset, { x: 0, y: 400, title: "mini collection" }, mainDocId); let args = new DocumentTransfer(mainContainer.ToJson()) Utils.Emit(Server.Socket, MessageStore.AddDocument, args) } -- cgit v1.2.3-70-g09d2