visuddhinanda 3 lat temu
rodzic
commit
26286bfcb8
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      dashboard/src/components/template/Term.tsx

+ 0 - 1
dashboard/src/components/template/Term.tsx

@@ -82,7 +82,6 @@ interface IWidgetTerm {
 }
 const Widget = ({ props }: IWidgetTerm) => {
   const prop = JSON.parse(atob(props)) as IWidgetTermCtl;
-  console.log(prop);
   return (
     <>
       <TermCtl {...prop} />