Skip to content

Commit 06545ef

Browse files
committed
build: removed some console.log
1 parent 871e52f commit 06545ef

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

components/react-alt/src/Particles.tsx

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

4343
shouldComponentUpdate(nextProps: Readonly<IParticlesProps>): boolean {
44-
console.log("should update");
45-
4644
return (
4745
nextProps.url !== this.props.url &&
4846
nextProps.id !== this.props.id &&

components/react/src/Particles.tsx

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

4343
shouldComponentUpdate(nextProps: Readonly<IParticlesProps>): boolean {
44-
console.log("should update");
45-
4644
return (
4745
nextProps.url !== this.props.url &&
4846
nextProps.id !== this.props.id &&

0 commit comments

Comments
 (0)