Merge commit 'rajbot/newui' into newui
authorMichael Ang <mang@archive.org>
Mon, 15 Nov 2010 18:32:09 +0000 (18:32 +0000)
committerMichael Ang <mang@archive.org>
Mon, 15 Nov 2010 18:32:09 +0000 (18:32 +0000)
BookReader/BookReader.js

index 8d1e432..0d1cfa1 100644 (file)
@@ -4794,7 +4794,7 @@ BookReader.prototype.ttsStartCB = function (data) {
 // showProgressPopup
 //______________________________________________________________________________
 BookReader.prototype.showProgressPopup = function(msg) {
-    if (soundManager.debugMode) console.log('showProgressPopup index='+this.ttsIndex+' pos='+this.ttsPosition);
+    //if (soundManager.debugMode) console.log('showProgressPopup index='+this.ttsIndex+' pos='+this.ttsPosition);
     if (this.popup) return;
     
     this.popup = document.createElement("div");