From 15ca39b08fe258a2f38ec58d08635e67a47169f8 Mon Sep 17 00:00:00 2001 From: winprn Date: Tue, 3 Oct 2023 20:53:28 +0700 Subject: [PATCH] remove debugging lines --- templates/contest/ranking.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/contest/ranking.html b/templates/contest/ranking.html index d25445fe9..9678f5631 100644 --- a/templates/contest/ranking.html +++ b/templates/contest/ranking.html @@ -592,7 +592,6 @@ }; window.applyRankingFilter(); - console.log('hello'); window.restoreChecklistOptions = function () { let selected_orgs = localStorage.getItem(`filter-selected-orgs-${contest_key}`).split(',');