Remove console.log in EditSet

This commit is contained in:
Brandon Presley 2022-07-08 14:33:47 +12:00
parent 376ca81e09
commit 40447880ca
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export default function EditSet({
const db = useContext(DatabaseContext);
useEffect(() => {
console.log('Setting created...');
if (set)
setNewSet({
...set,