diff --git a/app/scenes/Collection/Empty.tsx b/app/scenes/Collection/Empty.tsx index a46c69757..37db958e2 100644 --- a/app/scenes/Collection/Empty.tsx +++ b/app/scenes/Collection/Empty.tsx @@ -23,8 +23,6 @@ function EmptyCollection({ collection }: Props) { const context = useActionContext(); const collectionName = collection ? collection.name : ""; - console.log({ context }); - return (