From cb56876b21dc47f26747f902bd81df49eae4cf4b Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Sun, 24 Feb 2019 22:48:29 -0500 Subject: Small changes --- src/fields/Document.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/fields') diff --git a/src/fields/Document.ts b/src/fields/Document.ts index 0d7d357a0..cc0bf96ee 100644 --- a/src/fields/Document.ts +++ b/src/fields/Document.ts @@ -17,8 +17,6 @@ export class Document extends Field { super(id) if (save) { - var title = (this._proxies.has(KeyStore.Title.Id) ? "???" : this.Title) + "(" + this.Id + ")"; - console.log("Save " + title); Server.UpdateField(this) } } -- cgit v1.2.3-70-g09d2