From 6b8d7c2913efdbf03f74150f0a210474f92607bc Mon Sep 17 00:00:00 2001 From: Colin Duffy Date: Wed, 4 Jan 2023 17:03:08 -0800 Subject: [PATCH] fix(log): removed from constantly logging --- theatre/studio/src/panels/DetailPanel/ObjectDetails.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/theatre/studio/src/panels/DetailPanel/ObjectDetails.tsx b/theatre/studio/src/panels/DetailPanel/ObjectDetails.tsx index c518607..5f22b66 100644 --- a/theatre/studio/src/panels/DetailPanel/ObjectDetails.tsx +++ b/theatre/studio/src/panels/DetailPanel/ObjectDetails.tsx @@ -45,8 +45,6 @@ const ObjectDetails: React.FC<{ const config = useVal(obj.template.configPointer) const actions = useVal(obj.template.actionsPointer) - console.log(actions) - return ( <>