Skip to content

Commit

Permalink
api removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hegelespaul committed Jul 16, 2024
1 parent c00537f commit 165242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ function generateNewHTMLTune(title, composer, sections, key, timesignature) {
window.addEventListener("resize", adjustFontSize);
adjustFontSize();
const API_KEY = 'AIzaSyCkCLQMPGP_e0U7cJm8xxDGZohV0TeugXs';
const API_KEY = 'None';
const query = document.title;
console.log(query)
Expand Down

0 comments on commit 165242e

Please sign in to comment.