We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc440c commit 19e67fdCopy full SHA for 19e67fd
src/globals/globals.ts
@@ -15,7 +15,6 @@ export const eventsPerPage = 12 as const;
15
16
export const cdnLibraryUrl =
17
`https://cdnjs.cloudflare.com/ajax/libs/p5.js/${p5Version}/p5.min.js` as const;
18
- console.log(cdnLibraryUrl)
19
export const fullDownloadUrl =
20
`https://github.com/processing/p5.js/releases/download/v${p5Version}/p5.zip` as const;
21
export const libraryDownloadUrl =
0 commit comments