Skip to content

Commit bcd1891

Browse files
committed
frontend: remove debug print
1 parent 972452f commit bcd1891

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/resultsView.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ const processResults = (results) => {
8888
const asnMap = Object.fromEntries(asnResults.map(r => [r.asn, r.asn_name ]));
8989
const communityMap = Object.fromEntries(communityResults.map(r => [r.community, r.community_description ]));
9090

91-
console.log(asnMap, communityMap, dnsMap);
92-
9391
// stage 1, combine pre- and post-policy adj-in tables
9492
// start out with PostPolicy
9593
const preAndPostPolicy = {};

0 commit comments

Comments
 (0)