diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js index 445b55471..c0daf200c 100644 --- a/openlp/plugins/remotes/html/openlp.js +++ b/openlp/plugins/remotes/html/openlp.js @@ -41,8 +41,6 @@ window.OpenLP = { $.getJSON( "/api/plugin/search", function (data, status) { - console.log(data); - console.log(status); var select = $("#search-plugin"); select.html(""); $.each(data.results.items, function (idx, value) {