aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorSam Wilkins <35748010+samwilkins333@users.noreply.github.com>2019-12-02 12:21:09 -0500
committerGitHub <noreply@github.com>2019-12-02 12:21:09 -0500
commit0595f93dde717b7b6990e9a81c5b43a73a3808d5 (patch)
treeaf03ac257a5584f9913f120c44d4d39bb13916f2 /src/client/documents/Documents.ts
parent68f49ef5daf3bf5c47d1d21c8f1cd2097947d071 (diff)
parentae76fd39a6530ac055948bb7b98537d38b592ef6 (diff)
Merge pull request #316 from browngraphicslab/server_refactor
Server refactor
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 0befec1da..d1e3ea708 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -377,7 +377,6 @@ export namespace Docs {
let extension = path.extname(target);
target = `${target.substring(0, target.length - extension.length)}_o${extension}`;
}
- // if (target !== "http://www.cs.brown.edu/") {
requestImageSize(target)
.then((size: any) => {
let aspect = size.height / size.width;