From 873999e2a8c314d12e907de3f433a07980d7c5d5 Mon Sep 17 00:00:00 2001 From: Micah Date: Mon, 28 Oct 2024 10:07:26 -0700 Subject: [PATCH] Remove superfluous log Co-authored-by: UpliftMacaw --- wally-registry-frontend/src/pages/Package.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/wally-registry-frontend/src/pages/Package.tsx b/wally-registry-frontend/src/pages/Package.tsx index 5fd4ab1..e024581 100644 --- a/wally-registry-frontend/src/pages/Package.tsx +++ b/wally-registry-frontend/src/pages/Package.tsx @@ -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 ( <>