mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-14 14:47:57 +01:00
logging
This commit is contained in:
parent
d9015ea49c
commit
67fbbc59b6
@ -7,6 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function UpdatePanel() {
|
function UpdatePanel() {
|
||||||
|
var className = 'UpdatePanel';
|
||||||
var _form = new FormPanel();
|
var _form = new FormPanel();
|
||||||
|
|
||||||
this.wifiboxURL;
|
this.wifiboxURL;
|
||||||
@ -137,6 +138,7 @@ function UpdatePanel() {
|
|||||||
|
|
||||||
this.checkStatus = function(keepChecking) {
|
this.checkStatus = function(keepChecking) {
|
||||||
if (limitedFeatures) {
|
if (limitedFeatures) {
|
||||||
|
console.log(className,'ignoring checkStatus due to limitedFeatures mode');
|
||||||
return; //don't check printer status when in limitedFeatures mode
|
return; //don't check printer status when in limitedFeatures mode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user