mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
remove logger
This commit is contained in:
parent
ac14bedc62
commit
16b1733ec5
@ -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!");
|
||||||
|
Loading…
Reference in New Issue
Block a user