Browse Source

:fire: log

visuddhinanda 2 years ago
parent
commit
b567c54fa3
1 changed files with 0 additions and 1 deletions
  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;