Skip to content

Commit

Permalink
Remove stray debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmstuart committed Apr 22, 2024
1 parent 2c26e80 commit 0327e7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/QRCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import type { Config } from "../data/config";
const QRCode: React.FC = () => {
const { url } = useLoaderData() as Config;

console.log(url);
return (
<div className="QRCode">
<QRCodeImage
Expand Down

0 comments on commit 0327e7e

Please sign in to comment.