diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js
index c4eeb4511..cff36b42c 100644
--- a/openlp/plugins/remotes/html/openlp.js
+++ b/openlp/plugins/remotes/html/openlp.js
@@ -93,7 +93,6 @@ window.OpenLP = {
},
setSlide: function (event) {
var slide = OpenLP.getElement(event);
- console.log(slide);
var id = slide.attr("value");
var text = JSON.stringify({"request": {"id": id}});
$.getJSON(