Browse Source

:fire: log

visuddhinanda 3 years ago
parent
commit
09bd117638
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/term/TermEdit.tsx

+ 1 - 1
dashboard/src/components/term/TermEdit.tsx

@@ -135,7 +135,7 @@ const TermEditWidget = ({
             newValue
           );
         }
-        console.log("term ", res);
+
         if (res.ok) {
           message.success("提交成功");
           if (typeof onUpdate !== "undefined") {