kaori hace 3 años
padre
commit
87ac562bbc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/app/src/components/Page/TagLabels.tsx

+ 0 - 1
packages/app/src/components/Page/TagLabels.tsx

@@ -12,7 +12,6 @@ type Props = {
 
 const TagLabels:FC<Props> = (props: Props) => {
   const { tags, isGuestUser, tagsUpdateInvoked } = props;
-  console.log('TagLabels', tags);
 
   const [isTagEditModalShown, setIsTagEditModalShown] = useState(false);