From cd90f5ca685389e5b5fd4984502bc9041f63112c Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 15 Dec 2016 20:08:21 +0200 Subject: [PATCH] Not sure how those console.logs got in there, but they don't belong there. --- openlp/plugins/remotes/html/openlp.js | 2 -- 1 file changed, 2 deletions(-) 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) {