From 53c16601f6faf900e63c3c88939a20d83f1ead57 Mon Sep 17 00:00:00 2001
From: DD Liu <liudi@media.mit.edu>
Date: Tue, 1 Jun 2021 13:42:13 -0400
Subject: [PATCH] Update comment

---
 src/import/load-costume.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/import/load-costume.js b/src/import/load-costume.js
index b93227792..d76e8b912 100644
--- a/src/import/load-costume.js
+++ b/src/import/load-costume.js
@@ -311,7 +311,7 @@ const loadCostume = function (md5ext, costume, runtime, optVersion) {
     costume.dataFormat = ext;
 
     if (costume.asset) {
-        // Costume comes with asset. It could be coming from camera, image upload, drag and drop, or file
+        // Costume comes with asset. It could be coming from image upload, drag and drop, or file
         return loadCostumeFromAsset(costume, runtime, optVersion);
     }