Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Maslov committed Sep 23, 2023
1 parent f135065 commit ff007ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,7 @@ export default function Scan({
else return {backgroundColor: "", padding: 12};
}

useEffect(() => {
console.log("init");
}, []);
useEffect(() => {}, []);

const renderCanvas = () => {
return <canvas id="canvas" className="scanCanvas" width={CANVAS_SIZE.WIDTH} height={CANVAS_SIZE.HEIGHT} />
Expand Down

0 comments on commit ff007ac

Please sign in to comment.