visuddhinanda 2 лет назад
Родитель
Сommit
b567c54fa3
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      dashboard/src/components/template/SentEdit/SentContent.tsx

+ 0 - 1
dashboard/src/components/template/SentEdit/SentContent.tsx

@@ -72,7 +72,6 @@ const SentContentWidget = ({
   const newMode = useAppSelector(_mode);
 
   useEffect(() => {
-    console.log("mode", mode);
     let currMode: ArticleMode;
     if (typeof mode !== "undefined") {
       currMode = mode;