From 8cb6402561833d5734d06a9a6962838b86c41e8c Mon Sep 17 00:00:00 2001 From: Roy Date: Mon, 9 May 2022 14:49:40 -0700 Subject: [PATCH] Cleanup --- contracts/Hub.sol | 3 --- 1 file changed, 3 deletions(-) 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,