Skip to content

Commit 34e13d2

Browse files
author
Patricio Vargas
committed
clean up
1 parent 843d8b9 commit 34e13d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/containers/Scan.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Scanner from '../components/Scanner/Scanner';
33
import { ActionsContext } from '../contexts/context';
44

55
const Scan = () => {
6-
// const [status, setStatus] = useState('scanning');
76
const [message, setMessage] = useState('');
87
const [serialNumber, setSerialNumber] = useState('');
98
const { actions, setActions} = useContext(ActionsContext);

0 commit comments

Comments
 (0)