Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Mar 6, 2024
1 parent d4df7c1 commit 4a168da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/contexts/Api/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ export const ApiProvider = ({ children }: { children: ReactNode }) => {
});
}, []);

console.log(ApiController.instances);
console.log(apiStatus);

return (
<Api.Provider
value={{
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const TabsProvider = ({ children }: { children: ReactNode }) => {
setActiveTabIndex(activeTabIndex - 1);
}

// Destroy Api instance associated with tab.
// Destroy any Api instance associated with tab.
ApiController.destroy(id);
};

Expand Down

0 comments on commit 4a168da

Please sign in to comment.