Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
toledoroy committed May 9, 2022
1 parent cd579c6 commit 8cb6402
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/Hub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ contract Hub is IHub, Ownable {
function jurisdictionMake(string calldata name_, string calldata uri_) external override returns (address) {
//Validate
// require(beaconJurisdiction != address(0), "Jurisdiction Beacon Missing"); //Redundant

console.log("Deploy J", beaconJurisdiction);

//Deploy
BeaconProxy newJurisdictionProxy = new BeaconProxy(
beaconJurisdiction,
Expand Down

0 comments on commit 8cb6402

Please sign in to comment.