21224: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
authorLisa Knox <lisaknox83@gmail.com>
Tue, 26 Mar 2024 23:05:21 +0000 (19:05 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Tue, 26 Mar 2024 23:05:21 +0000 (19:05 -0400)
services/workbench2/src/views-components/project-details-card/project-details-card.tsx

index e945d5378b98c252bb1e11d4b9be59191c4a147f..1b4601233b8d3e183941f4e5ff5068b28924144a 100644 (file)
@@ -256,7 +256,6 @@ const ProjectCard: React.FC<ProjectCardProps> = ({ classes, currentResource, fro
     const [showProperties, setShowProperties] = React.useState(false);
 
     const toggleDescription = () => {
-        console.log(showDescription, showProperties);
         setShowDescription(!showDescription);
     };