Skip to content

Commit

Permalink
feat(docs): removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
TrofimovAnton85 committed Jul 16, 2024
1 parent 50c40f6 commit 9852343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ParserOpenRPC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ export default function ParserOpenRPC({ network, method }: ParserProps) {
closeComplexTypeView();
};

console.log("connected_acc", connected, account);

return (
<ParserOpenRPCContext.Provider
value={{
Expand Down
3 changes: 3 additions & 0 deletions src/theme/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ export default function LayoutWrapper({ children }) {
return (
<BrowserOnly>
{() => {
if (!ldReady) {
return null
}
return (
<>
{newReferenceEnabled && ldReady && referencePageName ? (
Expand Down

0 comments on commit 9852343

Please sign in to comment.