From afb13c4f211f77b4bdf24a97da70bd664c6e28d2 Mon Sep 17 00:00:00 2001 From: erichard <elliot.richard@lal.in2p3.fr> Date: Mon, 3 Aug 2020 14:44:23 +0200 Subject: [PATCH] cleaning code --- test/demo/templates/browse.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/demo/templates/browse.html b/test/demo/templates/browse.html index 78b70c8..d31b002 100644 --- a/test/demo/templates/browse.html +++ b/test/demo/templates/browse.html @@ -24,7 +24,6 @@ <br><br> <div id="header" v-cloak> <div class="row"> - {{ mandatory_labels == None }} <div class="col-md-12" id="project_title"> <a href="/" style="text-decoration:none; color: 124f66;"> <h1 style="display: inline;"><b> [[Â txt['project_name'] ]] </b></h1> @@ -175,10 +174,7 @@ update_loading(0); hierarchy.mandatory_labels.push(hierarchy.high_discriminating_labels[index]); hierarchy.high_discriminating_labels.splice(index, 1); - console.log("av") - console.log(hierarchy.high_discriminating_labels) update_elements_and_labels(); - console.log("ap") save_session(); update_loading(1); }, -- GitLab