kaori %!s(int64=3) %!d(string=hai) anos
pai
achega
87ac562bbc
Modificáronse 1 ficheiros con 0 adicións e 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);