Skip to content

Commit

Permalink
frontend: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuyureka committed Dec 23, 2024
1 parent 972452f commit bcd1891
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/resultsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ const processResults = (results) => {
const asnMap = Object.fromEntries(asnResults.map(r => [r.asn, r.asn_name ]));
const communityMap = Object.fromEntries(communityResults.map(r => [r.community, r.community_description ]));

console.log(asnMap, communityMap, dnsMap);

// stage 1, combine pre- and post-policy adj-in tables
// start out with PostPolicy
const preAndPostPolicy = {};
Expand Down

0 comments on commit bcd1891

Please sign in to comment.