remove logger

This commit is contained in:
Stephan Porada 2020-03-23 12:16:41 +01:00
parent ac14bedc62
commit 16b1733ec5

View File

@ -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!");