Skip to content

Commit 0327e7e

Browse files
committed
Remove stray debug
1 parent 2c26e80 commit 0327e7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/QRCode.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import type { Config } from "../data/config";
77
const QRCode: React.FC = () => {
88
const { url } = useLoaderData() as Config;
99

10-
console.log(url);
1110
return (
1211
<div className="QRCode">
1312
<QRCodeImage

0 commit comments

Comments
 (0)