Skip to content

Commit

Permalink
removed a console.log() that was being used for dev work
Browse files Browse the repository at this point in the history
Signed-off-by: Ash Evans <[email protected]>
  • Loading branch information
aevo98765 committed Nov 27, 2024
1 parent be6af92 commit b88d2ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Contribute/Knowledge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,6 @@ export const KnowledgeForm: React.FunctionComponent<KnowledgeFormProps> = ({ kno
</Button>
</ActionGroup>
</Form>

<button onClick={() => console.log(seedExamples)}>Test</button>
</PageSection>
</PageGroup>
);
Expand Down

0 comments on commit b88d2ae

Please sign in to comment.