Skip to content

Commit

Permalink
enable commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jun 25, 2024
1 parent 2f77475 commit 84bf082
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/js/camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ export class CameraConnection {
}

function updateTestVideos(): void {
return
/*
fetch("/api/test-videos", {
method: "GET",
headers: {
Expand All @@ -449,7 +447,6 @@ function updateTestVideos(): void {
.catch((error) => {
console.error("Error fetching test videos:", error);
});
*/
}

function playTestVideo(): void {
Expand Down

0 comments on commit 84bf082

Please sign in to comment.