Explorar o código

:fire: console.debug("relation match data="

visuddhinanda hai 1 ano
pai
achega
66f00dd9d7
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      dashboard/src/components/template/Wbw/WbwPali.tsx

+ 0 - 4
dashboard/src/components/template/Wbw/WbwPali.tsx

@@ -108,8 +108,6 @@ const WbwPaliWidget = ({
    * 高亮可能的单词
    * 高亮可能的单词
    */
    */
   useEffect(() => {
   useEffect(() => {
-    console.debug("relation match data=", data);
-
     let grammar = data.case?.value
     let grammar = data.case?.value
       ?.replace("v:ind", "v")
       ?.replace("v:ind", "v")
       .replace("#", "$")
       .replace("#", "$")
@@ -150,8 +148,6 @@ const WbwPaliWidget = ({
           spellMatch = false;
           spellMatch = false;
         }
         }
       }
       }
-      console.debug("relation match", value, caseMatch, spellMatch);
-
       return caseMatch && spellMatch;
       return caseMatch && spellMatch;
     });
     });
     if (match && match.length > 0) {
     if (match && match.length > 0) {