aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Document.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-24 22:48:29 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-24 22:48:29 -0500
commitcb56876b21dc47f26747f902bd81df49eae4cf4b (patch)
treed94b30eb89d81e5927a12bdd2ef38646bfc8307b /src/fields/Document.ts
parent9663623dbe9f54bd3f233c8de7cb9f112f17a7cc (diff)
Small changes
Diffstat (limited to 'src/fields/Document.ts')
-rw-r--r--src/fields/Document.ts2
1 files changed, 0 insertions, 2 deletions
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)
}
}