Skip to content

Commit 0ed4489

Browse files
committed
build: removed console.log
1 parent 7c9dd70 commit 0ed4489

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/react/src/Particles.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ export default class Particles extends Component<IParticlesProps, IParticlesStat
4242
}
4343

4444
shouldComponentUpdate(nextProps: Readonly<IParticlesProps>): boolean {
45-
console.dir({ props: this.props, nextProps });
46-
4745
return !equal(nextProps, this.props);
4846
}
4947

0 commit comments

Comments
 (0)