Skip to content

Commit

Permalink
rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Dec 8, 2023
1 parent b551f4c commit 02e1c9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions subnet/deployment-generator/script/gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,6 @@ function genSubnetKeys(){
"xdc": config.keys.grandmaster_addr.replace(/^0x/i, "xdc"),
"short": config.keys.grandmaster_addr.replace(/^0x/i, '')
}
console.log(keys['Grandmaster'])
console.log(keys['key1'])
if (Object.keys(keys).length != config.num_subnet+1){ //sanity check
console.log('bad case, key length not equal number of subnets')
console.log(Object.keys(keys).length, config.num_subnet+1)
Expand Down

0 comments on commit 02e1c9d

Please sign in to comment.