diff --git a/js/Printer.js b/js/Printer.js index 1726020..d2e04f6 100644 --- a/js/Printer.js +++ b/js/Printer.js @@ -278,6 +278,7 @@ function Printer() { this.checkStatus = function() { if (limitedFeatures) { + console.log(className,'ignoring checkStatus due to limitedFeatures mode'); return; //don't check printer status when in limitedFeatures mode }