diff --git a/hamdash.html b/hamdash.html
index 39f57a1..2d513a9 100644
--- a/hamdash.html
+++ b/hamdash.html
@@ -575,8 +575,6 @@ The content refreshes automatically every 5 minutes.
// Update every second
setInterval(updateTopBar, 1000);
- // Initial call to update
- updateTopBar();