move websockets to html

This commit is contained in:
Sem van der Hoeven
2023-05-31 20:30:24 +02:00
parent 2839e0cfcf
commit 209828d35a
2 changed files with 73 additions and 45 deletions

View File

@@ -88,7 +88,6 @@ var connect_to_api = function () {
}
} catch (error) {
console.log("could not parse as json, must be bytes");
logSizeInBytes("image", message.data);
}
});