From 2c7ec2978edf4cc6152dcef9bfb4c86f2338b581 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sat, 26 Mar 2011 19:51:07 +0200 Subject: [PATCH] Removed a console.log which caused older browsers to choke. --- openlp/plugins/remotes/html/openlp.js | 1 - 1 file changed, 1 deletion(-) 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(