remove debug

This commit is contained in:
Lee
2024-04-18 07:33:48 +01:00
parent 895b2f63c8
commit ff017c6bad
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ type PlayerLookupProps = {
};
export function LookupPlayer({ currentPlayer }: PlayerLookupProps): ReactElement {
console.log(currentPlayer);
const router = useRouter();
const { toast } = useToast();
const [loading, setLoading] = useState<boolean>(false);