Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Dahl authored and Eric Dahl committed Feb 8, 2024
1 parent 107c10f commit 2a3fbd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ <h1 class="text-4xl text-center mb-4">MoneyPrinter</h1>
// Get value from toggle: automated youtube upload
const youtubeUpload = document.querySelector("#youtubeUploadToggle").checked;

// Save the data to localStorage
localStorage.setItem('voiceValue', voiceValue);

const url = "http://localhost:8080/api/generate";

// Construct data to be sent to the server
Expand Down

0 comments on commit 2a3fbd4

Please sign in to comment.