From: Dennis Schafroth Date: Mon, 28 Jun 2010 11:19:55 +0000 (+0200) Subject: Comment out the debug logging on send message. X-Git-Tag: v1.4.4~48 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=dd4dd1444565375297889a96906635c315b6e918;p=pazpar2-moved-to-github.git Comment out the debug logging on send message. --- diff --git a/www/iphone/iphone.js b/www/iphone/iphone.js index 9c9fbe0..93008b1 100644 --- a/www/iphone/iphone.js +++ b/www/iphone/iphone.js @@ -34,8 +34,10 @@ callback.send = function() var message = "myapp:" + args.join(":"); if (this.type == 'iphone') document.location = message; - else - document.getElementById("log").innerHTML = message; + else { + // Debug communication with Web View + // document.getElementById("log").innerHTML = message; + } }