From 6beee480ee194595cf8ecc219dd1d31c8f0c4128 Mon Sep 17 00:00:00 2001 From: Ihsan Ullah Date: Thu, 18 Jul 2024 15:02:45 +0500 Subject: [PATCH] removed console prints, and files.length condition updated to not print competition details in console. --- src/static/riot/competitions/detail/_tabs.tag | 2 +- src/static/riot/competitions/editor/_phases.tag | 1 - src/static/riot/profiles/organization_create.tag | 1 - src/templates/pages/server_status.html | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/static/riot/competitions/detail/_tabs.tag b/src/static/riot/competitions/detail/_tabs.tag index 6c3fff6f8..b21f1aac1 100644 --- a/src/static/riot/competitions/detail/_tabs.tag +++ b/src/static/riot/competitions/detail/_tabs.tag @@ -33,7 +33,7 @@ data-tab="_tab_page_term"> Terms -
+
Files
diff --git a/src/static/riot/competitions/editor/_phases.tag b/src/static/riot/competitions/editor/_phases.tag index b5eb00590..371d7a3e6 100644 --- a/src/static/riot/competitions/editor/_phases.tag +++ b/src/static/riot/competitions/editor/_phases.tag @@ -675,7 +675,6 @@ Events ---------------------------------------------------------------------*/ CODALAB.events.on('competition_loaded', function (competition) { - debugger self.phases = competition.phases self.form_updated() }) diff --git a/src/static/riot/profiles/organization_create.tag b/src/static/riot/profiles/organization_create.tag index 1210e82be..402bd26bc 100644 --- a/src/static/riot/profiles/organization_create.tag +++ b/src/static/riot/profiles/organization_create.tag @@ -148,7 +148,6 @@ .done(data => { toastr.success("Organization Created") window.location.href = data.url - console.log(data) }) .fail(data => { let errorsJSON = data.responseJSON diff --git a/src/templates/pages/server_status.html b/src/templates/pages/server_status.html index 1379e9b16..debf5ba1a 100644 --- a/src/templates/pages/server_status.html +++ b/src/templates/pages/server_status.html @@ -109,7 +109,6 @@

Monitor queues

} else { url.searchParams.delete('show_child_submissions'); } - console.log(url) window.location.href = url.toString(); }); });