Skip to content

Commit 19e67fd

Browse files
committed
Remove log
1 parent 3bc440c commit 19e67fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/globals/globals.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const eventsPerPage = 12 as const;
1515

1616
export const cdnLibraryUrl =
1717
`https://cdnjs.cloudflare.com/ajax/libs/p5.js/${p5Version}/p5.min.js` as const;
18-
console.log(cdnLibraryUrl)
1918
export const fullDownloadUrl =
2019
`https://github.com/processing/p5.js/releases/download/v${p5Version}/p5.zip` as const;
2120
export const libraryDownloadUrl =

0 commit comments

Comments
 (0)