diff options
| -rw-r--r-- | frontend/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index 8dee2d1..642ff71 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -38,7 +38,6 @@ <script> (async () => { const timers = await fetchTimers(); - alert(timers[1]); if (Array.isArray(timers[1]) && timers[1].length > 0) { window.location.href = './timer/'; } else { |
