From b88d2aec0b56f7a2e01a1ac1200252a322dbf82a Mon Sep 17 00:00:00 2001 From: Ash Evans Date: Wed, 27 Nov 2024 18:29:15 +0000 Subject: [PATCH] removed a console.log() that was being used for dev work Signed-off-by: Ash Evans --- src/components/Contribute/Knowledge/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Contribute/Knowledge/index.tsx b/src/components/Contribute/Knowledge/index.tsx index bc128048..04f2bd7f 100644 --- a/src/components/Contribute/Knowledge/index.tsx +++ b/src/components/Contribute/Knowledge/index.tsx @@ -631,8 +631,6 @@ export const KnowledgeForm: React.FunctionComponent = ({ kno - - );