Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Feb 21, 2023
1 parent 521ad7d commit 9cb7f43
Show file tree
Hide file tree
Showing 3 changed files with 21,189 additions and 28,251 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ export class NgtsMeshReflectorMaterial extends NgtRxStore {
);

injectBeforeRender(this.onBeforeRender.bind(this));
console.log(this.materialRef);
}

private beforeRender(state: NgtRenderState) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@angular/router": "~15.1.5",
"@rx-angular/state": "^1.7.0",
"@swc/helpers": "~0.4.14",
"angular-three": "1.9.7",
"angular-three": "1.9.9",
"rxjs": "~7.8.0",
"stats.js": "^0.17.0",
"three": "0.149",
Expand Down
Loading

0 comments on commit 9cb7f43

Please sign in to comment.