remove debugging statement
authorrajbot <raj@archive.org>
Thu, 14 Oct 2010 21:49:56 +0000 (21:49 +0000)
committerrajbot <raj@archive.org>
Thu, 14 Oct 2010 21:49:56 +0000 (21:49 +0000)
BookReader/BookReader.js

index 9becdb8..1fa525e 100644 (file)
@@ -3552,7 +3552,6 @@ BookReader.prototype.initToolbar = function(mode, ui) {
     if (!navigator.userAgent.match(/mobile/i)) {
         readIcon = "<button class='BRicon read modal'></button>";
     }
-    console.log('readIcon = ' + readIcon);
 
     $("body").append(
           "<div id='BRtoolbar'>"