Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mtimkovich committed Jan 23, 2025
1 parent ad73c07 commit 861db48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,3 @@ export function createEventUrl(text, lang = EN) {
const params = new URLSearchParams(data);
return `${baseUrl}?${params}`;
}

// function main() {
// const out = parse('Independence Day: 7/4/1776', EN_GB);
// console.log(out);
// }

// main();

0 comments on commit 861db48

Please sign in to comment.