mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	remove logger
This commit is contained in:
		@@ -120,7 +120,6 @@ function recieveResults(response) {
 | 
			
		||||
  queryResultsElement.innerHTML = "";
 | 
			
		||||
 | 
			
		||||
  // check if query has any results
 | 
			
		||||
  console.log("CHUNKLENGTH", chunk["matches"].length);
 | 
			
		||||
  if (chunk["matches"].length === 0) {
 | 
			
		||||
    queryResultsTableElement.classList.add("hide");
 | 
			
		||||
    nopaque.toast("No results for this query!");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user