diff --git a/contracts/Hub.sol b/contracts/Hub.sol index 47e17e6..0498c25 100644 --- a/contracts/Hub.sol +++ b/contracts/Hub.sol @@ -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,