diff --git a/the-great-divide.js b/the-great-divide.js
index 8012e1b..3254db9 100644
--- a/the-great-divide.js
+++ b/the-great-divide.js
@@ -87,26 +87,6 @@ async function UserStatsTab() {
action: "greatdivide_stats",
userID: document.querySelector('.dropdown-item.text-danger[href^="/report"]').getAttribute('href').split('?')[0].split('/')[3]
});
-
- /*
- let Fetched = false
- EventCard.children[0].addEventListener('click', function(){
- if (Fetched === false) {
- EventCard.innerHTML = `
-
- loading...
-
-
- `
-
- chrome.runtime.sendMessage({
- action: "greatdivide_stats",
- userID: document.querySelector('.dropdown-item.text-danger[href^="/report"]').getAttribute('href').split('?')[0].split('/')[3]
- });
- Fetched = true
- }
- })
- */
}
async function UserStatsTabOLD() {