Skip to content

Commit

Permalink
chore: rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Nov 2, 2024
1 parent 6bbc917 commit 5a4d91c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contexts/Api/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export const APIProvider = ({ children, network }: APIProviderProps) => {

// Get active and previous era.
const { activeEra: newActiveEra, previousEra } = await new Era().fetch(api);
console.log(newActiveEra.start.toString());

// Get network meta data related to staking and pools.
const {
Expand Down

0 comments on commit 5a4d91c

Please sign in to comment.