Remove the "already wide" and "already narrow" logging.
authorMike Taylor <mike@indexdata.com>
Wed, 30 Apr 2014 15:52:51 +0000 (16:52 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 30 Apr 2014 15:52:51 +0000 (16:52 +0100)
src/mkws-core.js

index 20eab4d..d5ce99b 100644 (file)
@@ -341,10 +341,6 @@ mkws.pagerNext = function(tname) {
             log("narrow -> wide");
         } else if (mkws.width > targetWidth && width <= targetWidth) {
             log("wide -> narrow");
-        } else if (width > targetWidth) {
-            log("already wide");
-        } else {
-            log("already narrow");
         }
 
        if (mkws.width > targetWidth && width <= targetWidth) {