Change comment style so it's obvious console.log commented out in grep
authorMichael Ang <mang@archive.org>
Tue, 16 Nov 2010 00:38:11 +0000 (00:38 +0000)
committerMichael Ang <mang@archive.org>
Tue, 16 Nov 2010 00:38:11 +0000 (00:38 +0000)
BookReader/BookReader.js

index d1bae7c..7b7d9ab 100644 (file)
@@ -694,11 +694,9 @@ BookReader.prototype.drawLeafsThumbnail = function( seekIndex ) {
                 $('#pagediv'+index).remove();
             }
         } else {
-            /*
-            var mRow = this.displayedRows[i];
-            var mLeafs = '[' +  [leaf.num for each (leaf in leafMap[mRow].leafs)] + ']';
-            console.log('NOT Removing row ' + mRow + ' ' + mLeafs);
-            */
+            // var mRow = this.displayedRows[i];
+            // var mLeafs = '[' +  [leaf.num for each (leaf in leafMap[mRow].leafs)] + ']';
+            // console.log('NOT Removing row ' + mRow + ' ' + mLeafs);
         }
     }