From 7a9c75b9f1c90e9f5030671ed1027d5266f931e9 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 18 Oct 2022 21:49:37 -0400 Subject: [PATCH] Remove stray log --- app/scenes/Collection/Empty.tsx | 2 -- 1 file changed, 2 deletions(-) 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 (