Skip to content

Commit

Permalink
Remove superfluous log
Browse files Browse the repository at this point in the history
Co-authored-by: UpliftMacaw <[email protected]>
  • Loading branch information
Dekkonot and UpliftMacaw authored Oct 28, 2024
1 parent 60c015f commit 873999e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wally-registry-frontend/src/pages/Package.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ export default function Package() {
const packageMetadata = packageHistory?.find(
(item: WallyPackageMetadata) => item.package.version === packageVersion
)
console.log(packageMetadata)
if (packageMetadata == undefined) {
return (
<>
Expand Down

0 comments on commit 873999e

Please sign in to comment.