Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Feb 25, 2024
1 parent 3bea9b9 commit 733a8af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export class WebGLDeviceFeatures extends DeviceFeatures {
this.features.add(feature);
}
}
console.log(feature, this.features.has(feature))
return this.features.has(feature);
}

Expand Down
1 change: 0 additions & 1 deletion modules/webgl/src/adapter/webgl-device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ ${device.info.vendor}, ${device.info.renderer} for canvas: ${device.canvasContex

/** Ensure extensions are only requested once */
getExtension(name: keyof GLExtensions): GLExtensions {
debugger
getWebGLExtension(this.gl, name, this._extensions);
return this._extensions;
}
Expand Down

0 comments on commit 733a8af

Please sign in to comment.