diff --git a/test/demo/templates/browse.html b/test/demo/templates/browse.html
index 78b70c8579a37b5afd38b4aec22e8b8a5e60503a..d31b00288e67b41bc6f345d1b5ab86819649b524 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);
 				},