aboutsummaryrefslogtreecommitdiff
path: root/src/client/DocServer.ts
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-08-17 16:21:23 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-08-17 16:21:23 +0530
commit6359422f8ee1fa7df8b0a6ef04fbba1d20005951 (patch)
treee01b81b820a93fce7e6db51c834e21d29b477e13 /src/client/DocServer.ts
parenta248e49ddbabe1947a3883bba47e786e22e1158a (diff)
parent7044fda26b17c0dac007952fb146bc8307339dce (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r--src/client/DocServer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts
index 63e01bc5b..dde75497c 100644
--- a/src/client/DocServer.ts
+++ b/src/client/DocServer.ts
@@ -261,7 +261,7 @@ export namespace DocServer {
} else {
// CACHED => great, let's just return the cached field we have
return Promise.resolve(cached).then(field => {
- (field instanceof Doc) && fetchProto(field);
+ //(field instanceof Doc) && fetchProto(field);
return field;
});
}