From a7e1ee72a8a0d3f2516d09ca198385d9f255d232 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Tue, 2 Jun 2015 14:39:52 +0200 Subject: [PATCH] logging --- js/Printer.js | 1 + 1 file changed, 1 insertion(+) 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 }