Skip to content

Commit

Permalink
test(ci): remove variable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Sep 17, 2024
1 parent d62ebe1 commit 87c0974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/contracts/core/AVSDirectoryStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ abstract contract AVSDirectoryStorage is IAVSDirectory {
*/
bytes32 internal _DOMAIN_SEPARATOR;

uint256 public _TEST_CI;

/// @notice Mapping: AVS => operator => enum of operator status to the AVS
mapping(address => mapping(address => OperatorAVSRegistrationStatus)) public avsOperatorStatus;

Expand Down

0 comments on commit 87c0974

Please sign in to comment.