Skip to content

Commit

Permalink
Merge pull request #31 from etherisc/feature/remove-unnecessary-modif…
Browse files Browse the repository at this point in the history
…ier-in-registry-controller

remove unnecessary modifier
  • Loading branch information
doerfli committed Aug 15, 2022
2 parents 2d3b2e8 + 232b49b commit 0647017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/modules/RegistryController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ contract RegistryController is
address _contractAddress
)
internal
onlyInstanceOperator
{
bool isNew = false;

Expand Down

0 comments on commit 0647017

Please sign in to comment.