0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-16 09:01:22 +02:00

Less logging

This commit is contained in:
peteruithoven 2014-01-20 12:58:21 +01:00
parent e1206f73d4
commit 58eec424df

View File

@ -271,7 +271,7 @@ function Printer() {
clearTimeout(self.retryCheckStatusDelay); clearTimeout(self.retryCheckStatusDelay);
} }
this.checkStatus = function() { this.checkStatus = function() {
console.log("Printer:checkStatus"); //console.log("Printer:checkStatus");
this.stateOverruled = false; this.stateOverruled = false;
//console.log(" stateOverruled: ",this.stateOverruled); //console.log(" stateOverruled: ",this.stateOverruled);
var self = this; var self = this;
@ -302,7 +302,7 @@ function Printer() {
} }
} }
this.handleStatusUpdate = function(response) { this.handleStatusUpdate = function(response) {
console.log("Printer:handleStatusUpdate response: ",response); //console.log("Printer:handleStatusUpdate response: ",response);
var data = response.data; var data = response.data;
if(response.status != "success") { if(response.status != "success") {
self.state = Printer.UNKNOWN_STATE; self.state = Printer.UNKNOWN_STATE;