Skip to content

Commit f625626

Browse files
authored
remove logging from the grab pass example code (#4182)
1 parent bbed86c commit f625626

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/src/examples/graphics/grab-pass.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ void main(void)
9090

9191
const assetListLoader = new pc.AssetListLoader(Object.values(assets), app.assets);
9292
assetListLoader.load(() => {
93-
94-
Object.values(assets).forEach((asset) => {
95-
console.log(asset, asset.loaded);
96-
});
9793
// Set the canvas to fill the window and automatically change resolution to be the same as the canvas size
9894
app.setCanvasFillMode(pc.FILLMODE_FILL_WINDOW);
9995
app.setCanvasResolution(pc.RESOLUTION_AUTO);

0 commit comments

Comments
 (0)