소스 검색

取消 log

flyzto 7 달 전
부모
커밋
c3acd162b2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      server/triangle/eventsMatch.js

+ 0 - 2
server/triangle/eventsMatch.js

@@ -111,8 +111,6 @@ const eventMatch = () => {
       return true;
     });
 
-    console.log(JSON.stringify(relations, null, 2));
-
     const relationLength = relations.length;
     if (!relationLength) {
       if (GLOBAL_DATA.relationLength) {