Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
reczkok committed Mar 10, 2025
1 parent 87c5906 commit 3266edc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/typegpu/src/smol/generationHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {
UnknownData,
type Wgsl,
hasInternalDataType,
isBufferUsage,
} from '../types';

const swizzleableTypes = [
Expand Down Expand Up @@ -111,7 +110,6 @@ export function getTypeForPropAccess(
targetType: Wgsl,
propName: string,
): BaseData | undefined {
console.log(`getTypeForPropAccess(${targetType}, ${propName})`);
if (
typeof targetType === 'string' ||
typeof targetType === 'number' ||
Expand Down

0 comments on commit 3266edc

Please sign in to comment.