diff --git a/components/particles.js b/components/particles.js index 804e9dca..ade21b6b 100644 --- a/components/particles.js +++ b/components/particles.js @@ -2,18 +2,9 @@ import Particles from 'react-tsparticles' import React from 'react' const Particle = React.memo(function Particle() { - const particlesInit = main => { - console.log(main) - } - - const particlesLoaded = container => { - console.log(container) - } return (