Remove console.log() for debug

This commit is contained in:
2021-09-26 12:27:35 +09:00
parent 3afef82031
commit 7e7066317c
-2
View File
@@ -34,8 +34,6 @@ export default function UUID() {
fetchData(); fetchData();
}, []); }, []);
console.log(data);
if (data.username === undefined) { if (data.username === undefined) {
return ( return (
<> <>