cluster_search_ui/commit

Removed console log.

authorChris Dijkshoorn
Tue Mar 31 15:16:25 2015 +0100
committerChris Dijkshoorn
Tue Mar 31 15:16:25 2015 +0100
commitdbafded7663e5c565af74833f898c5d07cbacffd
treefb35d2169cde903596bf890594f83545f93ca6e0
parent5446ecf33e04344240876fe5f9b0b2810f44c3b3
Diff style: patch stat
diff --git a/web/js/search.js b/web/js/search.js
index e4b4d8f..c8c3274 100644
--- a/web/js/search.js
+++ b/web/js/search.js
@@ -147,7 +147,7 @@ function addPath(clusterId) {
 
 function pathHtmlElements(path) {
 	var simplePathElements = $.el.h4();
-	console.log(path);
+	
 	//Simplified
 	if(path.length==0){
 		// Only show query in case there is no path