mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Remove console.log() for debug
This commit is contained in:
parent
3afef82031
commit
7e7066317c
@ -34,8 +34,6 @@ export default function UUID() {
|
|||||||
fetchData();
|
fetchData();
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
console.log(data);
|
|
||||||
|
|
||||||
if (data.username === undefined) {
|
if (data.username === undefined) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
Loading…
Reference in New Issue
Block a user