Remove team email addresses

diff --git a/index.html b/index.html
index 534ced8..23a509a 100644
--- a/index.html
+++ b/index.html
@@ -271,7 +271,7 @@
                       newContent += 'alt="' + data[i].member + '" />';
                       newContent += '<h3><b>' + data[i].member + '</b></h3>';
                       newContent += '<p class="team_data_text font-weight-bold">' + data[i].descriptions + '</p>';
-                      newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].email + '&quot;</i></p>';
+                      // newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].email + '&quot;</i></p>';
                       newContent += '</div>';
                     }
                     // Update the page with the new content