visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
26286bfcb8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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} />