Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lennessyy committed Jan 10, 2024
1 parent cd832a2 commit 832c45b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/mdx/Video/Video.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";

const Video = (props: any): React.JSX.Element => {
console.log(props);
return (
<video
{...props}
Expand Down

0 comments on commit 832c45b

Please sign in to comment.