remove logging image
This commit is contained in:
@@ -28,7 +28,7 @@ var connect_to_api = function () {
|
|||||||
last_status = msg.data;
|
last_status = msg.data;
|
||||||
} else if (msg.type == "IMAGE") {
|
} else if (msg.type == "IMAGE") {
|
||||||
console.log("got picture");
|
console.log("got picture");
|
||||||
console.log(msg.image);
|
// console.log(msg.image);
|
||||||
last_image = msg.image;
|
last_image = msg.image;
|
||||||
received_picture = true;
|
received_picture = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user