made camera controller destroy

This commit is contained in:
Sem van der Hoeven
2023-06-05 21:33:48 +02:00
parent 8b2dfd27e2
commit bcd4f891d2
2 changed files with 3 additions and 3 deletions

View File

@@ -171,7 +171,7 @@
}
function send_move_request(data) {
console.log("sending move request " + data);
// console.log("sending move request " + data);
var xhr = new XMLHttpRequest();
xhr.open("POST", "/move", true);
xhr.setRequestHeader("Content-Type", "application/json");