mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-13 06:27:55 +01:00
logging
This commit is contained in:
parent
ab7e087449
commit
a7e1ee72a8
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user