flyzto 7 months ago
parent
commit
d9f57a8066
1 changed files with 2 additions and 1 deletions
  1. 2 1
      server/triangle/eventsMatch.js

+ 2 - 1
server/triangle/eventsMatch.js

@@ -100,7 +100,6 @@ const extractOdds = ({ evtime, events, sptime, special }) => {
 // }
 
 const eventMatch = () => {
-  Logs.out('start event match');
   getGamesRelation()
   .then(relations => {
     const nowTime = Date.now();
@@ -112,6 +111,8 @@ const eventMatch = () => {
       return true;
     });
 
+    console.log(JSON.stringify(relations, null, 2));
+
     const relationLength = relations.length;
     if (!relationLength) {
       if (GLOBAL_DATA.relationLength) {