Skip to content

Commit 861db48

Browse files
committed
clean up
1 parent ad73c07 commit 861db48

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/helpers.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,3 @@ export function createEventUrl(text, lang = EN) {
7575
const params = new URLSearchParams(data);
7676
return `${baseUrl}?${params}`;
7777
}
78-
79-
// function main() {
80-
// const out = parse('Independence Day: 7/4/1776', EN_GB);
81-
// console.log(out);
82-
// }
83-
84-
// main();

0 commit comments

Comments
 (0)