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