Skip to content
Snippets Groups Projects
Commit 16b1733e authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

remove logger

parent ac14bedc
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,6 @@ function recieveResults(response) { ...@@ -120,7 +120,6 @@ function recieveResults(response) {
queryResultsElement.innerHTML = ""; queryResultsElement.innerHTML = "";
// check if query has any results // check if query has any results
console.log("CHUNKLENGTH", chunk["matches"].length);
if (chunk["matches"].length === 0) { if (chunk["matches"].length === 0) {
queryResultsTableElement.classList.add("hide"); queryResultsTableElement.classList.add("hide");
nopaque.toast("No results for this query!"); nopaque.toast("No results for this query!");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment