aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorjameshu111 <51237606+jameshu111@users.noreply.github.com>2023-07-13 10:48:42 -0400
committerjameshu111 <51237606+jameshu111@users.noreply.github.com>2023-07-13 10:48:42 -0400
commit7c1017f15b9c0ad09d3e0185e310733ab7c10c09 (patch)
tree84ba28ea8921075fedb25691067d6c85b54bd33b /src/client/documents/Documents.ts
parent021242ed45ef711d9e1a9bf29095e4cc529a2545 (diff)
parentb16116943e08dd06885b3b5e90476f81ba0372a1 (diff)
Merge branch 'james-azure-image' of https://github.com/brown-dash/Dash-Web into james-azure-image
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 43c9d2e7a..2532ef226 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -1736,9 +1736,7 @@ export namespace DocUtils {
return;
}
const full = { ...options, _width: 400, title: name };
- // const pathname = Utils.prepend(result.accessPaths.agnostic.client);
const pathname = result.accessPaths.agnostic.client;
- // const pathname = result.accessPaths.azure.client;
const doc = await DocUtils.DocumentFromType(type, pathname, full, overwriteDoc);
if (doc) {
const proto = Doc.GetProto(doc);