瀏覽代碼

:fire: log

visuddhinanda 3 年之前
父節點
當前提交
26286bfcb8
共有 1 個文件被更改,包括 0 次插入1 次删除
  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} />