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.
2 parents 97533b2 + 50ef6a0 commit 3dca417Copy full SHA for 3dca417
1 file changed
src/strands/strands_api.js
@@ -196,7 +196,6 @@ export function initGlobalStrandsAPI(p5, fn, strandsContext) {
196
fn[`varying${pascalTypeName}`] = fn[`shared${pascalTypeName}`];
197
198
for (const typeAlias of typeAliases) {
199
- console.log(`Aliasing ${typeAlias} to ${pascalTypeName}`)
200
// For compatibility, also alias uniformVec2 as uniformVector2, what we initially
201
// documented these as
202
fn[`uniform${typeAlias}`] = fn[`uniform${pascalTypeName}`];
0 commit comments