Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Monobladegg committed Aug 12, 2024
1 parent a3648d8 commit 23f2ed9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/public/account/publicnet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ const PublicNet: FC<Props> = ({ id }) => {
const [errorvalid, setErrorvalid] = useState("");
const [loading, setLoading] = useState(false);

useEffect(() => {
console.log(information);
}, [information]);

useEffect(() => {
const checkAccount = async () => {
const serverUrl =
Expand Down

0 comments on commit 23f2ed9

Please sign in to comment.