Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Aug 14, 2024
1 parent 2308fc2 commit 029563d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ const InstallDnpContainer: React.FC = () => {
const { id, version } = useParams<{ id: string, version: string }>();
const progressLogsByDnp = useSelector(getProgressLogsByDnp);

// Print the full URL
console.log("Full URL: ", window.location.href);
console.log("ID: ", id);
console.log("Version: ", version);


// TODO: return a beautiful error page
if (!id)
return <div>No ID provided in route parameters.</div>;
Expand Down

0 comments on commit 029563d

Please sign in to comment.