aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorJames Hu <51237606+jameshu111@users.noreply.github.com>2023-07-11 11:32:43 -0400
committerJames Hu <51237606+jameshu111@users.noreply.github.com>2023-07-11 11:32:43 -0400
commita5194a874236eafc42a61c96d5b22c8622170149 (patch)
treecb5ca3325cfd88f865672cacad795fa73328607a /src/client/documents/Documents.ts
parent71a5c4a6ff126a256b4053d539b6099e5a429bbc (diff)
clean up
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);