lsc 20 hours ago
parent
commit
ec258727ac
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pbl.js

+ 0 - 2
pbl.js

@@ -963,8 +963,6 @@ router.route("/getGraphs").all(async (req, res, next) => {
                     offset: offset2,
                     limit: 1000
                 });
-                console.log(response.results);
-                
                 results2 = results2.concat(response.results);
                 totalEntries2 = response.totalEntries;
                 offset2 += 1000;