From 3f91fb8e554846b7bf3f84211c9cd4089698f526 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Wed, 12 Apr 2017 14:35:15 -0700 Subject: [PATCH] Remove unnecessary comment --- scripts/system/html/js/SnapshotReview.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/system/html/js/SnapshotReview.js b/scripts/system/html/js/SnapshotReview.js index a6f7e3ef91..4e2e0223a0 100644 --- a/scripts/system/html/js/SnapshotReview.js +++ b/scripts/system/html/js/SnapshotReview.js @@ -87,8 +87,6 @@ window.onload = function () { message.action.unshift({ localPath: '../../../resources/icons/loadingDark.gif' }); message.action.forEach(addImage); document.getElementById('p0').disabled = true; - // UX question: Should we also check the box at this point? Might lead to confusing behavior, - // where the animated snapshot is shared without the user meaning to share it. } else { document.getElementById('p0').disabled = false; document.getElementById('p0img').src = message.action[0].localPath;