This commit is contained in:
q 2023-02-11 22:52:24 -05:00
parent 22e7caa0f5
commit 68febc1d32

View File

@ -191,7 +191,6 @@ Searxng.prototype.handleMessage = function(event, room) {
if (typeof results === 'undefined' || results == null || results.length <= 0) { if (typeof results === 'undefined' || results == null || results.length <= 0) {
matrixClient.sendNotice(room.roomId, "No results found for \""+toSearch+"\""); matrixClient.sendNotice(room.roomId, "No results found for \""+toSearch+"\"");
console.log(body);
return; return;
} }
else if (resultIndex > (results.length - 1)) { else if (resultIndex > (results.length - 1)) {