Not sure how those console.logs got in there, but they don't belong there.

This commit is contained in:
Raoul Snyman 2016-12-15 20:08:21 +02:00
parent a399517e3d
commit cd90f5ca68
1 changed files with 0 additions and 2 deletions

View File

@ -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) {