From 5e5ff16d0121027559679e1c897f6a646e0f2cd6 Mon Sep 17 00:00:00 2001 From: Sam Poder <39828164+sampoder@users.noreply.github.com> Date: Wed, 2 Feb 2022 00:19:05 +0800 Subject: [PATCH] Remove Console Logs from Particles Component --- components/particles.js | 9 --------- 1 file changed, 9 deletions(-) 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 (