Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
shafu0x committed Dec 14, 2022
1 parent bb2d48c commit 79eea2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useNftSyncSimulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function useNftSyncSimulation(tokenId) {
useEffect(() => {
async function updateXP() {
if (!tokenId || !address) return;
console.log("updating xp for", tokenId);

setIsLoading(true);
const gp = new ethers.providers.JsonRpcProvider(
Expand Down

0 comments on commit 79eea2e

Please sign in to comment.