Ver Fonte

:fire: console.debug("TagSelectButton studioName"

visuddhinanda há 2 anos atrás
pai
commit
ba163b4be2
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      dashboard/src/components/tag/TagSelectButton.tsx

+ 0 - 2
dashboard/src/components/tag/TagSelectButton.tsx

@@ -33,8 +33,6 @@ const TagSelectButtonWidget = ({
   const studioName =
     course?.course?.studio?.realName ?? user?.nickName ?? undefined;
 
-  console.debug("TagSelectButton studioName", studioName);
-
   return (
     <TagsManager
       title={selectorTitle}