aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Document.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-25 12:39:11 -0500
committerbob <bcz@cs.brown.edu>2019-02-25 12:39:11 -0500
commit067eee9293d1016ce6cbd57274bd7cd7f9660c6f (patch)
treef08b5dafc556113b91ed2b972c2d06e7ed722b81 /src/fields/Document.ts
parentc439f11ba9695703697f7abc53a7cc2fd2d5c1a2 (diff)
parentf8fe6307622439d23d05a7628b3a91851a54797d (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 4e68b3b4d..6193ea56c 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)
}
}